From 93a8e5ea0ccb6fab5cd1a155e62ae73e7dca7d47 Mon Sep 17 00:00:00 2001 From: Evan Cheng Date: Wed, 13 Jun 2007 00:04:00 +0000 Subject: [PATCH] Typo git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37566 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/IfConversion.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/CodeGen/IfConversion.cpp b/lib/CodeGen/IfConversion.cpp index eac134be56e..02fbfeee54c 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.