Fix the build.

llvm-svn: 37537
This commit is contained in:
Reid Spencer 2007-06-10 00:19:17 +00:00
parent 223718c40e
commit 14b62a553e
1 changed files with 2 additions and 1 deletions

View File

@ -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:"