mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-19 02:25:01 +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:
@@ -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 {
|
||||||
|
Reference in New Issue
Block a user