summaryrefslogtreecommitdiff
path: root/test/Bytecode/2006-12-11-Cast-ConstExpr.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Bytecode/2006-12-11-Cast-ConstExpr.ll')
-rw-r--r--test/Bytecode/2006-12-11-Cast-ConstExpr.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Bytecode/2006-12-11-Cast-ConstExpr.ll b/test/Bytecode/2006-12-11-Cast-ConstExpr.ll
index 6bd1603b0a..aa2cf9306f 100644
--- a/test/Bytecode/2006-12-11-Cast-ConstExpr.ll
+++ b/test/Bytecode/2006-12-11-Cast-ConstExpr.ll
@@ -1,6 +1,6 @@
; This test ensures that we get a bitcast constant expression in and out,
; not a sitofp constant expression.
-; RUN: llvm-as < %s | llvm-dis | grep 'bitcast ('
+; RUN: llvm-upgrade < %s | llvm-as | llvm-dis | grep 'bitcast ('
%G = external global int
float %tryit(int %A) {