Z_E_I is gone
authorChris Lattner <sabre@nondot.org>
Wed, 13 Apr 2005 02:39:05 +0000 (02:39 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 13 Apr 2005 02:39:05 +0000 (02:39 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21267 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/X86/X86ISelPattern.cpp

index 6613ba605719dfb87c9065312f086bc2f4ef7895..1dc6772d56b34b86856eb664430ff4e40130b30e 100644 (file)
@@ -59,9 +59,7 @@ namespace {
       setOperationAction(ISD::BRCONDTWOWAY     , MVT::Other, Expand);
       setOperationAction(ISD::MEMMOVE          , MVT::Other, Expand);
       setOperationAction(ISD::SIGN_EXTEND_INREG, MVT::i16  , Expand);
-      setOperationAction(ISD::ZERO_EXTEND_INREG, MVT::i16  , Expand);
       setOperationAction(ISD::SIGN_EXTEND_INREG, MVT::i1   , Expand);
-      setOperationAction(ISD::ZERO_EXTEND_INREG, MVT::i1   , Expand);
       setOperationAction(ISD::FP_ROUND_INREG   , MVT::f32  , Expand);
       setOperationAction(ISD::SEXTLOAD         , MVT::i1   , Expand);
       setOperationAction(ISD::SREM             , MVT::f64  , Expand);