mirror of
https://github.com/RPCSX/llvm.git
synced 2025-01-21 03:37:47 +00:00
Fix typo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5458 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
7f306c8dcf
commit
bac74584f1
@ -233,7 +233,7 @@ Instruction *GCSE::EliminateCSE(Instruction *I, Instruction *Other) {
|
||||
//
|
||||
// Here there are no shared dominators. Additionally, this had the habit of
|
||||
// moving computations where they were not always computed. For example, in
|
||||
// a cast like this:
|
||||
// a case like this:
|
||||
// if (c) {
|
||||
// if (d) ...
|
||||
// else ... X+Y ...
|
||||
|
Loading…
x
Reference in New Issue
Block a user