aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/PowerPC/structsinmem.ll
diff options
context:
space:
mode:
authorHal Finkel <hfinkel@anl.gov>2013-03-16 23:02:31 +0000
committerHal Finkel <hfinkel@anl.gov>2013-03-16 23:02:31 +0000
commitea9b914d2f8991039eddb5f21e82ee65a3a752be (patch)
tree659061262b93334a2f7d54fd75e33df6a9ad7317 /test/CodeGen/PowerPC/structsinmem.ll
parentce638c8248355452cb7892c9c27807a92176a7b2 (diff)
downloadexternal_llvm-ea9b914d2f8991039eddb5f21e82ee65a3a752be.zip
external_llvm-ea9b914d2f8991039eddb5f21e82ee65a3a752be.tar.gz
external_llvm-ea9b914d2f8991039eddb5f21e82ee65a3a752be.tar.bz2
Remove FIXMEs in PPC test cases related to unaligned loads/stores
As pointed out by Bill in response to r177160, these two FIXMEs can also be removed. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@177229 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/PowerPC/structsinmem.ll')
-rw-r--r--test/CodeGen/PowerPC/structsinmem.ll4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/CodeGen/PowerPC/structsinmem.ll b/test/CodeGen/PowerPC/structsinmem.ll
index 59b108a..a0a15d3 100644
--- a/test/CodeGen/PowerPC/structsinmem.ll
+++ b/test/CodeGen/PowerPC/structsinmem.ll
@@ -1,9 +1,5 @@
; RUN: llc -mcpu=pwr7 -O0 -disable-fp-elim -disable-ppc-unaligned < %s | FileCheck %s
-; FIXME: The code generation for packed structs is very poor because the
-; PowerPC target wrongly rejects all unaligned loads. This test case will
-; need to be revised when that is fixed.
-
target datalayout = "E-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v128:128:128-n32:64"
target triple = "powerpc64-unknown-linux-gnu"