summaryrefslogtreecommitdiff
path: root/test/Transforms/GlobalOpt/trivialstore.llx
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/GlobalOpt/trivialstore.llx')
-rw-r--r--test/Transforms/GlobalOpt/trivialstore.llx2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/GlobalOpt/trivialstore.llx b/test/Transforms/GlobalOpt/trivialstore.llx
index af2d61287c..8b1f1ce525 100644
--- a/test/Transforms/GlobalOpt/trivialstore.llx
+++ b/test/Transforms/GlobalOpt/trivialstore.llx
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -globalopt | llvm-dis | not grep G
+; RUN: llvm-upgrade < %s | llvm-as | opt -globalopt | llvm-dis | not grep G
%G = internal global int 17