From cbaaff58bf16a480f61d286eea8acd376fe15c1a Mon Sep 17 00:00:00 2001 From: Evan Cheng Date: Wed, 13 Jun 2007 00:04:00 +0000 Subject: [PATCH] Typo llvm-svn: 37566 --- llvm/lib/CodeGen/IfConversion.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/lib/CodeGen/IfConversion.cpp b/llvm/lib/CodeGen/IfConversion.cpp index eac134be56ee..02fbfeee54ca 100644 --- a/llvm/lib/CodeGen/IfConversion.cpp +++ b/llvm/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.