summaryrefslogtreecommitdiffstats
path: root/llvm/test/Regression/CodeGen/Alpha/i32_sub_1.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/Regression/CodeGen/Alpha/i32_sub_1.ll')
-rw-r--r--llvm/test/Regression/CodeGen/Alpha/i32_sub_1.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Regression/CodeGen/Alpha/i32_sub_1.ll b/llvm/test/Regression/CodeGen/Alpha/i32_sub_1.ll
index ea6ab9299cd..473127809cd 100644
--- a/llvm/test/Regression/CodeGen/Alpha/i32_sub_1.ll
+++ b/llvm/test/Regression/CodeGen/Alpha/i32_sub_1.ll
@@ -1,5 +1,5 @@
; Make sure this testcase codegens to the ctpop instruction
-; RUN: llvm-as < %s | llc -march=alpha | grep -i 'subl $16,1,$0'
+; RUN: llvm-upgrade < %s | llvm-as | llc -march=alpha | grep -i 'subl $16,1,$0'
implementation ; Functions:
OpenPOWER on IntegriCloud