comparison gen/passes/StripExternals.cpp @ 1547:259b031f3d22

Some minor cleanups * remove an #ifdef USE_METADATA I accidently left in * remove now unneeded llvm-version includes * fix indentation in metadata.h * prevent the "Found native target" message from interrupting ccmake
author Benjamin Kramer <benny.kra@gmail.com>
date Mon, 20 Jul 2009 18:16:11 +0200
parents c88b16d4a13c
children ed0feda76820
comparison
equal deleted inserted replaced
1546:f9660d9cf2ba 1547:259b031f3d22
12 // declarations. 12 // declarations.
13 // This is useful to allow Global DCE (-globaldce) to clean up references to 13 // This is useful to allow Global DCE (-globaldce) to clean up references to
14 // globals only used by available_externally functions and initializers. 14 // globals only used by available_externally functions and initializers.
15 // 15 //
16 //===----------------------------------------------------------------------===// 16 //===----------------------------------------------------------------------===//
17
18 #include "gen/llvm-version.h"
19 17
20 #define DEBUG_TYPE "strip-externals" 18 #define DEBUG_TYPE "strip-externals"
21 19
22 #include "Passes.h" 20 #include "Passes.h"
23 21