diff options
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/structsinregs.ll')
-rw-r--r-- | llvm/test/CodeGen/PowerPC/structsinregs.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/PowerPC/structsinregs.ll b/llvm/test/CodeGen/PowerPC/structsinregs.ll index c7cbfa8ee6a..c746039f435 100644 --- a/llvm/test/CodeGen/PowerPC/structsinregs.ll +++ b/llvm/test/CodeGen/PowerPC/structsinregs.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 |