mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-24 12:29:33 +00:00
add newline for easier reading; NFC
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@230265 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
6bf5b2b094
commit
4aef46411f
@ -277,7 +277,7 @@ bool BDCE::runOnFunction(Function& F) {
|
|||||||
if (!isAlwaysLive(&I))
|
if (!isAlwaysLive(&I))
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
DEBUG(dbgs() << "BDCE: Root: " << I);
|
DEBUG(dbgs() << "BDCE: Root: " << I << "\n");
|
||||||
// For integer-valued instructions, set up an initial empty set of alive
|
// For integer-valued instructions, set up an initial empty set of alive
|
||||||
// bits and add the instruction to the work list. For other instructions
|
// bits and add the instruction to the work list. For other instructions
|
||||||
// add their operands to the work list (for integer values operands, mark
|
// add their operands to the work list (for integer values operands, mark
|
||||||
|
Loading…
x
Reference in New Issue
Block a user