mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-12 03:32:10 +00:00
Fix typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@50713 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
08de613d2d
commit
d1e50edf5a
@ -11389,7 +11389,7 @@ bool InstCombiner::DoOneIteration(Function &F, unsigned Iteration) {
|
||||
}
|
||||
|
||||
// See if we can trivially sink this instruction to a successor basic block.
|
||||
// FIXME: Remove GetREsultInst test when first class support for aggregates is
|
||||
// FIXME: Remove GetResultInst test when first class support for aggregates is
|
||||
// implemented.
|
||||
if (I->hasOneUse() && !isa<GetResultInst>(I)) {
|
||||
BasicBlock *BB = I->getParent();
|
||||
|
Loading…
x
Reference in New Issue
Block a user