summaryrefslogtreecommitdiff
path: root/test/Assembler/ConstantExprFoldCast.llx
diff options
context:
space:
mode:
Diffstat (limited to 'test/Assembler/ConstantExprFoldCast.llx')
-rw-r--r--test/Assembler/ConstantExprFoldCast.llx2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Assembler/ConstantExprFoldCast.llx b/test/Assembler/ConstantExprFoldCast.llx
index 48394ddfab..abc93168cf 100644
--- a/test/Assembler/ConstantExprFoldCast.llx
+++ b/test/Assembler/ConstantExprFoldCast.llx
@@ -1,6 +1,6 @@
; This test checks to make sure that constant exprs fold in some simple situations
-; RUN: llvm-as < %s | llvm-dis | not grep cast
+; RUN: llvm-upgrade < %s | llvm-as | llvm-dis | not grep cast
%A = global int* cast (sbyte* null to int*) ; Cast null -> fold
%B = global int** cast (int** %A to int**) ; Cast to same type -> fold