summaryrefslogtreecommitdiff
path: root/test/Assembler/2003-11-05-ConstantExprShift.llx
diff options
context:
space:
mode:
Diffstat (limited to 'test/Assembler/2003-11-05-ConstantExprShift.llx')
-rw-r--r--test/Assembler/2003-11-05-ConstantExprShift.llx2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Assembler/2003-11-05-ConstantExprShift.llx b/test/Assembler/2003-11-05-ConstantExprShift.llx
index 8e79abe33a..e78af237f9 100644
--- a/test/Assembler/2003-11-05-ConstantExprShift.llx
+++ b/test/Assembler/2003-11-05-ConstantExprShift.llx
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llvm-dis
+; RUN: llvm-upgrade < %s | llvm-as | llvm-dis
int %test() {
ret int shr (int cast (int()* %test to int), ubyte 2)