forked from OSchip/llvm-project
parent
bbd1098989
commit
b58b3c0dda
|
@ -115,5 +115,5 @@ bool ValuePropagation::runOnFunction(Function &F) {
|
|||
for (Function::iterator FI = F.begin(), FE = F.end(); FI != FE; ++FI)
|
||||
SimplifyInstructionsInBlock(FI);
|
||||
|
||||
return changed;
|
||||
return Changed;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue