mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-10 02:36:06 +00:00
fix grammar-o, thanks to Duncan for noticing.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@50047 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
92b9d49e4c
commit
037c781de7
@ -142,7 +142,7 @@ bool JumpThreading::ThreadBlock(BasicBlock *BB) {
|
||||
return false; // Must be an invoke.
|
||||
|
||||
// If the terminator of this block is branching on a constant, simplify the
|
||||
// terminator to an unconditional branch. This can occur do to threading in
|
||||
// terminator to an unconditional branch. This can occur due to threading in
|
||||
// other blocks.
|
||||
if (isa<ConstantInt>(Condition)) {
|
||||
DOUT << " In block '" << BB->getNameStart()
|
||||
|
Loading…
x
Reference in New Issue
Block a user