remove FIXME; fixed by r245733
[oota-llvm.git] / 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