diff options
Diffstat (limited to 'llvm/lib')
| -rw-r--r-- | llvm/lib/Target/X86/X86InstrInfo.td | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/X86/X86InstrInfo.td b/llvm/lib/Target/X86/X86InstrInfo.td index 812d8595711..3919bcc5627 100644 --- a/llvm/lib/Target/X86/X86InstrInfo.td +++ b/llvm/lib/Target/X86/X86InstrInfo.td @@ -1799,7 +1799,7 @@ def BT64ri8 : RIi8<0xBA, MRM4r, (outs), (ins GR64:$src1, i64i8imm:$src2),  // Note that these instructions aren't slow because that only applies when the  // other operand is in a register. When it's an immediate, bt is still fast. -let SchedRW = [WriteALU] in { +let SchedRW = [WriteALULd] in {  def BT16mi8 : Ii8<0xBA, MRM4m, (outs), (ins i16mem:$src1, i16i8imm:$src2),                    "bt{w}\t{$src2, $src1|$src1, $src2}",                    [(set EFLAGS, (X86bt (loadi16 addr:$src1),  | 

