diff options
| author | Roman Divacky <rdivacky@freebsd.org> | 2012-09-20 14:59:42 +0000 |
|---|---|---|
| committer | Roman Divacky <rdivacky@freebsd.org> | 2012-09-20 14:59:42 +0000 |
| commit | 264f5040775eaa225849a92c08eda4d1e1359625 (patch) | |
| tree | 5e5510426b5120ae90db8fcdde682284c9c9b21c | |
| parent | de74cf50da681aa99df7c6956004f0ab31038b2d (diff) | |
| download | bcm5719-llvm-264f5040775eaa225849a92c08eda4d1e1359625.tar.gz bcm5719-llvm-264f5040775eaa225849a92c08eda4d1e1359625.zip | |
Specify cpu to get the correct instruction ordering. Remove XFAIL.
llvm-svn: 164306
| -rw-r--r-- | llvm/test/CodeGen/PowerPC/structsinregs.ll | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/llvm/test/CodeGen/PowerPC/structsinregs.ll b/llvm/test/CodeGen/PowerPC/structsinregs.ll index 0b145195803..ffd228bc817 100644 --- a/llvm/test/CodeGen/PowerPC/structsinregs.ll +++ b/llvm/test/CodeGen/PowerPC/structsinregs.ll @@ -1,9 +1,4 @@ -; RUN: llc -O0 -disable-fp-elim < %s | FileCheck %s - -; This test is currently disabled because the checked instructions -; may appear in random order. - -; XFAIL: * +; RUN: llc -mcpu=pwr7 -O0 -disable-fp-elim < %s | FileCheck %s 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" |

