summaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/longarith.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/ARM/longarith.ll')
-rw-r--r--test/CodeGen/ARM/longarith.ll8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/CodeGen/ARM/longarith.ll b/test/CodeGen/ARM/longarith.ll
index ecf66c1cc8..63b81bcac0 100644
--- a/test/CodeGen/ARM/longarith.ll
+++ b/test/CodeGen/ARM/longarith.ll
@@ -1,7 +1,7 @@
-; RUN: llvm-as < %s | llc -march=arm &&
-; RUN: llvm-as < %s | llc -march=arm | grep __ashldi3 &&
-; RUN: llvm-as < %s | llc -march=arm | grep __ashrdi3 &&
-; RUN: llvm-as < %s | llc -march=arm | grep __lshrdi3
+; RUN: llvm-upgrade < %s | llvm-as | llc -march=arm &&
+; RUN: llvm-upgrade < %s | llvm-as | llc -march=arm | grep __ashldi3 &&
+; RUN: llvm-upgrade < %s | llvm-as | llc -march=arm | grep __ashrdi3 &&
+; RUN: llvm-upgrade < %s | llvm-as | llc -march=arm | grep __lshrdi3
uint %f1(ulong %x, ubyte %y) {
entry:
%a = shl ulong %x, ubyte %y