1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00

remove one more occurance of this that snuck in

llvm-svn: 21271
This commit is contained in:
Chris Lattner 2005-04-13 02:46:17 +00:00
parent 5fdb103328
commit 8489ac991d

View File

@ -663,7 +663,7 @@ static bool NodeHasRecordingVariant(unsigned NodeOpcode) {
default: return false;
case ISD::AND:
case ISD::OR:
case ISD::ZERO_EXTEND_INREG: return true;
return true;
}
}