[X86] Remove Tablegen def of X86bzhi SDNode: It's not needed as of r206879.
authorLang Hames <lhames@gmail.com>
Tue, 22 Apr 2014 10:50:46 +0000 (10:50 +0000)
committerLang Hames <lhames@gmail.com>
Tue, 22 Apr 2014 10:50:46 +0000 (10:50 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@206880 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/X86/X86InstrInfo.td

index b402e84ed00896f86d4475d6b62d8000eb59f350..bb441087cf4cedd185236718d2ecc21d10ff0aa1 100644 (file)
@@ -249,7 +249,6 @@ def X86xor_flag  : SDNode<"X86ISD::XOR",  SDTBinaryArithWithFlags,
 def X86and_flag  : SDNode<"X86ISD::AND",  SDTBinaryArithWithFlags,
                           [SDNPCommutative]>;
 
-def X86bzhi   : SDNode<"X86ISD::BZHI",   SDTIntShiftOp>;
 def X86bextr  : SDNode<"X86ISD::BEXTR",  SDTIntBinOp>;
 
 def X86mul_imm : SDNode<"X86ISD::MUL_IMM", SDTIntBinOp>;