From: Sanjay Patel Date: Sun, 23 Aug 2015 20:43:25 +0000 (+0000) Subject: remove FIXME; fixed by r245733 X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=1730292302b3f4322ad96c387ded872f53f10211;p=oota-llvm.git remove FIXME; fixed by r245733 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@245819 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/X86/slow-unaligned-mem.ll b/test/CodeGen/X86/slow-unaligned-mem.ll index 5c8166b63a3..f8688e3435c 100644 --- a/test/CodeGen/X86/slow-unaligned-mem.ll +++ b/test/CodeGen/X86/slow-unaligned-mem.ll @@ -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