Mark MOVZX32_NOREX as isCodeGenOnly and neverHasSideEffects. The isCodeGenOnly change...
authorCraig Topper <craig.topper@gmail.com>
Mon, 30 Jul 2012 06:48:11 +0000 (06:48 +0000)
committerCraig Topper <craig.topper@gmail.com>
Mon, 30 Jul 2012 06:48:11 +0000 (06:48 +0000)
commit49d86c9eb95bf0233cf749c79f0e10d03f33c58e
tree2648f6d6fa228972b7c5fa2f151e4e37a0b1464e
parent95c929f45c01054d91a6878de22892675dd115cf
Mark MOVZX32_NOREX as isCodeGenOnly and neverHasSideEffects. The isCodeGenOnly change allows special detection of _NOREX instructions to be removed from tablegen disassembler code.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@160951 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86InstrExtension.td
utils/TableGen/X86RecognizableInstr.cpp