mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-13 09:33:50 +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)) {
|
||||
Changed = true;
|
||||
++NumDCEorCP;
|
||||
DEBUG(cerr << "***\t\t^^-- DeadCode Elinated!\n");
|
||||
DEBUG(cerr << "***\t\t^^-- Dead code eliminated!\n");
|
||||
} else if (PeepholeOptimize(BB, BI)) {
|
||||
Changed = true;
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user