1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00

Fix the build.

llvm-svn: 37537
This commit is contained in:
Reid Spencer 2007-06-10 00:19:17 +00:00
parent 532366fb7d
commit 0c11f4ebd8

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