diff options
author | Bill Schmidt <wschmidt@linux.vnet.ibm.com> | 2012-09-19 16:18:23 +0000 |
---|---|---|
committer | Bill Schmidt <wschmidt@linux.vnet.ibm.com> | 2012-09-19 16:18:23 +0000 |
commit | 479a4588b9ecb920bee4fe6af65dca48462b54be (patch) | |
tree | c86183c19357704dcaa2274087df81280f5b1c87 /llvm/test/CodeGen/PowerPC/structsinregs.ll | |
parent | 1db690d15e66f98532913f7e9ef0bb1c88363768 (diff) | |
download | bcm5719-llvm-479a4588b9ecb920bee4fe6af65dca48462b54be.tar.gz bcm5719-llvm-479a4588b9ecb920bee4fe6af65dca48462b54be.zip |
XFAIL test/CodeGen/PowerPC/structsinregs.ll
llvm-svn: 164233
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/structsinregs.ll')
-rw-r--r-- | llvm/test/CodeGen/PowerPC/structsinregs.ll | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/PowerPC/structsinregs.ll b/llvm/test/CodeGen/PowerPC/structsinregs.ll index 8b283ea7f6e..e9be348c66a 100644 --- a/llvm/test/CodeGen/PowerPC/structsinregs.ll +++ b/llvm/test/CodeGen/PowerPC/structsinregs.ll @@ -1,4 +1,10 @@ ; RUN: llc -O0 -disable-fp-elim < %s | FileCheck %s + +; This test is currently disabled because the checked instructions +; may appear in random order. + +; XFAIL * + 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" |