aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/IfConversion.cpp
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2007-06-13 00:04:00 +0000
committerEvan Cheng <evan.cheng@apple.com>2007-06-13 00:04:00 +0000
commit93a8e5ea0ccb6fab5cd1a155e62ae73e7dca7d47 (patch)
treef873f05b547ac93fcbe54c5e9ce8dba144361dc9 /lib/CodeGen/IfConversion.cpp
parentcc8fb46cdc47cac1d4b3b92ffcca75f3216a8698 (diff)
downloadexternal_llvm-93a8e5ea0ccb6fab5cd1a155e62ae73e7dca7d47.zip
external_llvm-93a8e5ea0ccb6fab5cd1a155e62ae73e7dca7d47.tar.gz
external_llvm-93a8e5ea0ccb6fab5cd1a155e62ae73e7dca7d47.tar.bz2
Typo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37566 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/IfConversion.cpp')
-rw-r--r--lib/CodeGen/IfConversion.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/IfConversion.cpp b/lib/CodeGen/IfConversion.cpp
index eac134b..02fbfee 100644
--- 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.