diff gen/optimizer.cpp @ 1532:c88b16d4a13c

Remove all of the now unecessary #if LLVM_REV
author Benjamin Kramer <benny.kra@gmail.com>
date Sat, 11 Jul 2009 14:09:33 +0200
parents f86fd3b77285
children d1652c8fb4f6
line wrap: on
line diff
--- a/gen/optimizer.cpp	Sat Jul 11 13:58:23 2009 +0200
+++ b/gen/optimizer.cpp	Sat Jul 11 14:09:33 2009 +0200
@@ -212,9 +212,7 @@
     }
 
     if (optimizeLevel >= 1) {
-#if LLVM_REV >= 68940
         addPass(pm, createStripExternalsPass());
-#endif
         addPass(pm, createGlobalDCEPass());
     }