Get rid of USE_METADATA

This commit is contained in:
Benjamin Kramer
2009-07-11 14:19:21 +02:00
parent 45f7401a5b
commit 8576788245
8 changed files with 0 additions and 32 deletions

View File

@@ -19,11 +19,6 @@
#include "gen/metadata.h"
// This pass isn't needed without metadata, so #ifdef it out entirely if the
// LLVM version in use doesn't support it.
#ifdef USE_METADATA
#define DEBUG_TYPE "strip-metadata"
#include "Passes.h"
@@ -79,6 +74,3 @@ bool StripMetaData::runOnModule(Module &M) {
}
return Changed;
}
#endif //USE_METADATA