remove one more occurance of this that snuck in
authorChris Lattner <sabre@nondot.org>
Wed, 13 Apr 2005 02:46:17 +0000 (02:46 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 13 Apr 2005 02:46:17 +0000 (02:46 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21271 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/PowerPC/PPCISelPattern.cpp

index 1e4b88f5b49e128f671399c21f88da91eed53cfe..f2f3f63e4e561ae4ff043a04ac8c1e0f14f6182a 100644 (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;
   }
 }