From: Reid Spencer Date: Sun, 10 Jun 2007 00:19:17 +0000 (+0000) Subject: Fix the build. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=a9bf49c7e321b789088779a608f3aa9287343982;p=oota-llvm.git Fix the build. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37537 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/IfConversion.cpp b/lib/CodeGen/IfConversion.cpp index 4adf859f78e..3969a52cc5b 100644 --- a/lib/CodeGen/IfConversion.cpp +++ b/lib/CodeGen/IfConversion.cpp @@ -218,7 +218,7 @@ bool IfConverter::runOnMachineFunction(MachineFunction &MF) { } case ICTriangle: case ICTriangleFalse: - case ICTriangleFRev: + case ICTriangleFRev: { bool isFalse = BBI.Kind == ICTriangleFalse; bool isFalseRev = BBI.Kind == ICTriangleFRev; if (DisableTriangle && !isFalse && !isFalseRev) break; @@ -240,6 +240,7 @@ bool IfConverter::runOnMachineFunction(MachineFunction &MF) { else NumTriangle++; } break; + } case ICDiamond: if (DisableDiamond) break; DOUT << "Ifcvt (Diamond): BB#" << BBI.BB->getNumber() << " (T:"