aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/PowerPC/setcc_no_zext.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/PowerPC/setcc_no_zext.ll')
-rw-r--r--test/CodeGen/PowerPC/setcc_no_zext.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/PowerPC/setcc_no_zext.ll b/test/CodeGen/PowerPC/setcc_no_zext.ll
index e751717..00e9bf0 100644
--- a/test/CodeGen/PowerPC/setcc_no_zext.ll
+++ b/test/CodeGen/PowerPC/setcc_no_zext.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=ppc32 | not grep rlwinm
+; RUN: llvm-upgrade < %s | llvm-as | llc -march=ppc32 | not grep rlwinm
int %setcc_one_or_zero(int* %a) {
entry: