unbreak the build
authorChris Lattner <sabre@nondot.org>
Sun, 13 Nov 2005 01:45:23 +0000 (01:45 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 13 Nov 2005 01:45:23 +0000 (01:45 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24339 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/Alpha/AlphaTargetMachine.cpp

index 3ee13002a3945f80bec8f559fc54b91b1bd36acf..fd9cbe59bc52c71168e8de5a98c4fec9af8e2635 100644 (file)
@@ -120,10 +120,8 @@ bool AlphaTargetMachine::addPassesToEmitFile(PassManager &PM,
 
 void AlphaJITInfo::addPassesToJITCompile(FunctionPassManager &PM) {
 
-  if (EnableAlphaLSR) {
-    PM.add(createLoopStrengthReducePass());
-    PM.add(createCFGSimplificationPass());
-  }
+  PM.add(createLoopStrengthReducePass());
+  PM.add(createCFGSimplificationPass());
 
   // FIXME: Implement efficient support for garbage collection intrinsics.
   PM.add(createLowerGCPass());