Remove FIXME.
authorEric Christopher <echristo@apple.com>
Mon, 5 Apr 2010 21:14:32 +0000 (21:14 +0000)
committerEric Christopher <echristo@apple.com>
Mon, 5 Apr 2010 21:14:32 +0000 (21:14 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100466 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/X86/X86InstrFormats.td

index 42414337934667bf3cefba71c88180b08a386f2c..c4522f3fd9e8c05359b37d9db575e2695b5a07ad 100644 (file)
@@ -327,8 +327,7 @@ class SS42AI<bits<8> o, Format F, dag outs, dag ins, string asm,
 // AES Instruction Templates:
 //
 // AES8I
-// FIXME: Verify these, they appear to use the same encoding as the SSE4.2 T8
-// and TA encodings.
+// These use the same encoding as the SSE4.2 T8 and TA encodings.
 class AES8I<bits<8> o, Format F, dag outs, dag ins, string asm,
             list<dag>pattern>
       : I<o, F, outs, ins, asm, pattern, SSEPackedInt>, T8,