aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/PowerPC/and-imm.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/PowerPC/and-imm.ll')
-rw-r--r--test/CodeGen/PowerPC/and-imm.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/PowerPC/and-imm.ll b/test/CodeGen/PowerPC/and-imm.ll
index 09cc1a2..e81f776 100644
--- a/test/CodeGen/PowerPC/and-imm.ll
+++ b/test/CodeGen/PowerPC/and-imm.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=ppc32 | not grep 'ori\|lis'
+; RUN: llvm-upgrade < %s | llvm-as | llc -march=ppc32 | not grep 'ori\|lis'
int %test(int %X) {
%Y = and int %X, 32769 ; andi. r3, r3, 32769