Instead of using a bool that constant has to be explained, use a self

explanitory enum instead.

llvm-svn: 4600
This commit is contained in:
Chris Lattner
2002-11-07 07:06:20 +00:00
parent df307e6fd0
commit 5e865cdbe2
4 changed files with 21 additions and 17 deletions

View File

@@ -177,7 +177,7 @@ DSGraph &TDDataStructures::calculateGraph(Function &F) {
// Strip scalars but not allocas since they are alive in callee.
//
DSNodeHandle RetVal = Graph->cloneInto(CG, OldValMap, OldNodeMap,
/*StripAllocas*/ false);
DSGraph::KeepAllocaBit);
ResolveCallSite(*Graph, DSCallSite(CallSiteInCG, OldNodeMap));
}