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 | 1290fa0f72258877b5bb02f8c165b3a3b08514b3 (patch) | |
tree | a3f6be84b7f5ec4a71f0ef0ad0ad38ef0bb5db87 | |
parent | d03e823fb43be47f8fe3c651bfcf8a3254c3fe1c (diff) | |
download | bcm5719-llvm-1290fa0f72258877b5bb02f8c165b3a3b08514b3.tar.gz bcm5719-llvm-1290fa0f72258877b5bb02f8c165b3a3b08514b3.zip |
Remove FIXME.
llvm-svn: 100466
-rw-r--r-- | llvm/lib/Target/X86/X86InstrFormats.td | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/lib/Target/X86/X86InstrFormats.td b/llvm/lib/Target/X86/X86InstrFormats.td index 42414337934..c4522f3fd9e 100644 --- a/llvm/lib/Target/X86/X86InstrFormats.td +++ b/llvm/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, |