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

@@ -212,9 +212,7 @@ static void addPassesForOptLevel(PassManager& pm) {
}
if (optimizeLevel >= 1) {
#if LLVM_REV >= 68940
addPass(pm, createStripExternalsPass());
#endif
addPass(pm, createGlobalDCEPass());
}