mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-12 06:06:19 +00:00
fix typo Duncan noticed
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@50699 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
3bf6accfea
commit
9b34849a6b
@ -445,7 +445,7 @@ void JumpThreading::ThreadEdge(BasicBlock *BB, BasicBlock *PredBB,
|
||||
}
|
||||
|
||||
// Alternatively, I must be a call or invoke that returns multiple retvals.
|
||||
// We can't use 'DemoteRegToStack' because the at will create loads and
|
||||
// We can't use 'DemoteRegToStack' because that will create loads and
|
||||
// stores of aggregates which is not valid yet. If I is a call, we can just
|
||||
// pull all the getresult instructions up to this block. If I is an invoke,
|
||||
// we are out of luck.
|
||||
|
Loading…
Reference in New Issue
Block a user