Skip to content

Commit a198ade

Browse files
committed
[X86] Remove stale comment. NFC
1 parent e9c9db3 commit a198ade

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/lib/Target/X86/X86InstrFormats.td

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,6 @@ class X86Inst<bits<8> opcod, Format f, ImmType i, dag outs, dag ins,
382382
let TSFlags{28-27} = ExeDomain.Value;
383383
let TSFlags{30-29} = OpEncBits;
384384
let TSFlags{38-31} = Opcode;
385-
// Currently no need for second bit in TSFlags - W Ignore is equivalent to 0.
386385
let TSFlags{39} = hasVEX_4V;
387386
let TSFlags{40} = hasVEX_L;
388387
let TSFlags{41} = hasEVEX_K;

0 commit comments

Comments
 (0)