diff options
author | Eric Christopher <echristo@apple.com> | 2010-04-05 21:14:32 +0000 |
---|---|---|
committer | Eric Christopher <echristo@apple.com> | 2010-04-05 21:14:32 +0000 |
commit | b6290a170f3eae3243268edab45244c4fbb4054e (patch) | |
tree | 0a2b1aa4a32f1b734add06fe924c6cc86b43da97 | |
parent | 2ee35226e5940eed3d360fcfb37be7f3a4866f27 (diff) |
Remove FIXME.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100466 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/Target/X86/X86InstrFormats.td | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/Target/X86/X86InstrFormats.td b/lib/Target/X86/X86InstrFormats.td index 4241433793..c4522f3fd9 100644 --- a/lib/Target/X86/X86InstrFormats.td +++ b/lib/Target/X86/X86InstrFormats.td @@ -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, |