remove FIXME; fixed by r245733
authorSanjay Patel <spatel@rotateright.com>
Sun, 23 Aug 2015 20:43:25 +0000 (20:43 +0000)
committerSanjay Patel <spatel@rotateright.com>
Sun, 23 Aug 2015 20:43:25 +0000 (20:43 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@245819 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/slow-unaligned-mem.ll

index 5c8166b63a3ca772eb0f5fbad4a40dbf9a92b802..f8688e3435cd0cf9cba5d62f8f80c346811e1c84 100644 (file)
@@ -37,7 +37,6 @@
 ; RUN: llc < %s -mtriple=i386-unknown-unknown -mcpu=athlon64-sse3 2>&1 | FileCheck %s --check-prefix=SLOW
 
 ; AMD chips with fast unaligned memory accesses
-; FIXME: These are wrong except for btver2.
 
 ; RUN: llc < %s -mtriple=i386-unknown-unknown -mcpu=amdfam10      2>&1 | FileCheck %s --check-prefix=FAST
 ; RUN: llc < %s -mtriple=i386-unknown-unknown -mcpu=barcelona     2>&1 | FileCheck %s --check-prefix=FAST