Remove all of the now unecessary #if LLVM_REV

This commit is contained in:
Benjamin Kramer
2009-07-11 14:09:33 +02:00
parent 917bd7b901
commit 45f7401a5b
8 changed files with 3 additions and 91 deletions

View File

@@ -17,9 +17,6 @@
#include "gen/llvm-version.h"
#if LLVM_REV >= 68940
#define DEBUG_TYPE "strip-externals"
#include "Passes.h"
@@ -96,5 +93,3 @@ bool StripExternals::runOnModule(Module &M) {
return Changed;
}
#endif //LLVM_REV >= 68940