[X86] Remove stale comment. NFC
authorCraig Topper <craig.topper@sifive.com>
Tue, 4 Apr 2023 05:13:36 +0000 (22:13 -0700)
committerCraig Topper <craig.topper@sifive.com>
Tue, 4 Apr 2023 05:13:36 +0000 (22:13 -0700)
llvm/lib/Target/X86/X86InstrFormats.td

index 3d8cc8e..f08f813 100644 (file)
@@ -382,7 +382,6 @@ class X86Inst<bits<8> opcod, Format f, ImmType i, dag outs, dag ins,
   let TSFlags{28-27} = ExeDomain.Value;
   let TSFlags{30-29} = OpEncBits;
   let TSFlags{38-31} = Opcode;
-  // Currently no need for second bit in TSFlags - W Ignore is equivalent to 0.
   let TSFlags{39}    = hasVEX_4V;
   let TSFlags{40}    = hasVEX_L;
   let TSFlags{41}    = hasEVEX_K;