Skip to content

Commit

Permalink
GCStrategy: disable LiveIRVariables analysis.
Browse files Browse the repository at this point in the history
Not presently working, uses a lot of memory.
  • Loading branch information
graydon committed Nov 15, 2012
1 parent dc4cdbf commit accc36b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/CodeGen/GCStrategy.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ void LowerIntrinsics::getAnalysisUsage(AnalysisUsage &AU) const {
FunctionPass::getAnalysisUsage(AU);
AU.addRequired<GCModuleInfo>();
AU.addRequired<DominatorTree>();
AU.addRequired<LiveIRVariables>();
// AU.addRequired<LiveIRVariables>();
}

/// doInitialization - If this module uses the GC intrinsics, find them now.
Expand Down

0 comments on commit accc36b

Please sign in to comment.