summaryrefslogtreecommitdiffstats
path: root/llvm/test/Regression/CodeGen/Generic/vector-identity-shuffle.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/Regression/CodeGen/Generic/vector-identity-shuffle.ll')
-rw-r--r--llvm/test/Regression/CodeGen/Generic/vector-identity-shuffle.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/Regression/CodeGen/Generic/vector-identity-shuffle.ll b/llvm/test/Regression/CodeGen/Generic/vector-identity-shuffle.ll
index 7ee5fd6d2b0..1cdf580cfb1 100644
--- a/llvm/test/Regression/CodeGen/Generic/vector-identity-shuffle.ll
+++ b/llvm/test/Regression/CodeGen/Generic/vector-identity-shuffle.ll
@@ -1,5 +1,5 @@
-; RUN: llvm-as < %s | llc -march=ppc32 -mcpu=g5 | grep _test &&
-; RUN: llvm-as < %s | llc -march=ppc32 -mcpu=g5 | not grep vperm
+; RUN: llvm-upgrade < %s | llvm-as | llc -march=ppc32 -mcpu=g5 | grep _test &&
+; RUN: llvm-upgrade < %s | llvm-as | llc -march=ppc32 -mcpu=g5 | not grep vperm
void %test(<4 x float> *%tmp2.i) {
%tmp2.i = load <4x float>* %tmp2.i
OpenPOWER on IntegriCloud