mirror of
https://github.com/RPCS3/llvm.git
synced 2025-04-12 02:47:10 +00:00
Fixed typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3801 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
16ca2b991b
commit
5f41748e1a
@ -470,7 +470,7 @@ static bool DoRaisePass(Function &F) {
|
|||||||
if (dceInstruction(BI) || doConstantPropogation(BI)) {
|
if (dceInstruction(BI) || doConstantPropogation(BI)) {
|
||||||
Changed = true;
|
Changed = true;
|
||||||
++NumDCEorCP;
|
++NumDCEorCP;
|
||||||
DEBUG(cerr << "***\t\t^^-- DeadCode Elinated!\n");
|
DEBUG(cerr << "***\t\t^^-- Dead code eliminated!\n");
|
||||||
} else if (PeepholeOptimize(BB, BI)) {
|
} else if (PeepholeOptimize(BB, BI)) {
|
||||||
Changed = true;
|
Changed = true;
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user