diff options
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/structsinmem.ll')
-rw-r--r-- | llvm/test/CodeGen/PowerPC/structsinmem.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/PowerPC/structsinmem.ll b/llvm/test/CodeGen/PowerPC/structsinmem.ll index 884d3a89d15..59b108a8144 100644 --- a/llvm/test/CodeGen/PowerPC/structsinmem.ll +++ b/llvm/test/CodeGen/PowerPC/structsinmem.ll @@ -1,4 +1,4 @@ -; RUN: llc -mcpu=pwr7 -O0 -disable-fp-elim < %s | FileCheck %s +; 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 |