unbreak the build

llvm-svn: 24339
This commit is contained in:
Chris Lattner 2005-11-13 01:45:23 +00:00
parent 708bb251d8
commit 54c8fcf303
1 changed files with 2 additions and 4 deletions

View 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());