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:
cc8fb46
)
Typo
author
Evan Cheng
<evan.cheng@apple.com>
Wed, 13 Jun 2007 00:04:00 +0000
(
00:04
+0000)
committer
Evan Cheng
<evan.cheng@apple.com>
Wed, 13 Jun 2007 00:04:00 +0000
(
00:04
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37566
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/CodeGen/IfConversion.cpp
patch
|
blob
|
history
diff --git
a/lib/CodeGen/IfConversion.cpp
b/lib/CodeGen/IfConversion.cpp
index eac134be56ee67463d595b089416cba8ede1ae4a..02fbfeee54ca6eed69d39c2a7d08f226f981d008 100644
(file)
--- a/
lib/CodeGen/IfConversion.cpp
+++ b/
lib/CodeGen/IfConversion.cpp
@@
-769,7
+769,7
@@
bool IfConverter::IfConvertTriangle(BBInfo &BBI) {
}
// Predicate the 'true' block after removing its branch.
-
TrueBBI.
NonPredSize -= TII->RemoveBranch(*CvtBBI->BB);
+
CvtBBI->
NonPredSize -= TII->RemoveBranch(*CvtBBI->BB);
PredicateBlock(*CvtBBI, Cond);
// If 'true' block has a 'false' successor, add an exit branch to it.