projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3bf6acc
)
fix typo Duncan noticed
author
Chris Lattner
<sabre@nondot.org>
Tue, 6 May 2008 02:31:18 +0000
(
02:31
+0000)
committer
Chris Lattner
<sabre@nondot.org>
Tue, 6 May 2008 02:31:18 +0000
(
02:31
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@50699
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Transforms/Scalar/JumpThreading.cpp
patch
|
blob
|
history
diff --git
a/lib/Transforms/Scalar/JumpThreading.cpp
b/lib/Transforms/Scalar/JumpThreading.cpp
index 1a2ec9901d523a8aeb4cbd2faf4d588db0d85022..991b11110b41eec883c6c2b550bf0437f1fa456d 100644
(file)
--- a/
lib/Transforms/Scalar/JumpThreading.cpp
+++ b/
lib/Transforms/Scalar/JumpThreading.cpp
@@
-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 th
e
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.