commit | e08f0eefa6e12c99a1ec379e3b0b84f782438085 | [log] [tgz] |
---|---|---|
author | Evan Cheng <evan.cheng@apple.com> | Thu Jun 14 21:26:08 2007 +0000 |
committer | Evan Cheng <evan.cheng@apple.com> | Thu Jun 14 21:26:08 2007 +0000 |
tree | d480a9f0d265f8cd9a798efd13187940dbb10c4c | |
parent | 4a4a8eb00e29e32d72dfa9489aade215a349a06d [diff] [blame] |
Fix typo. llvm-svn: 37577
diff --git a/llvm/lib/CodeGen/IfConversion.cpp b/llvm/lib/CodeGen/IfConversion.cpp index 40a7143..87340d3 100644 --- a/llvm/lib/CodeGen/IfConversion.cpp +++ b/llvm/lib/CodeGen/IfConversion.cpp
@@ -383,7 +383,7 @@ return; // First analyze the end of BB branches. - BBI.TrueBB = BBI.FalseBB; + BBI.TrueBB = BBI.FalseBB = NULL; BBI.BrCond.clear(); BBI.IsBrAnalyzable = !TII->AnalyzeBranch(*BBI.BB, BBI.TrueBB, BBI.FalseBB, BBI.BrCond);