summaryrefslogtreecommitdiff
path: root/test/Analysis/DSGraph/constantize.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Analysis/DSGraph/constantize.ll')
-rw-r--r--test/Analysis/DSGraph/constantize.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Analysis/DSGraph/constantize.ll b/test/Analysis/DSGraph/constantize.ll
index fa7c12f5d8..c8d0ad8fc5 100644
--- a/test/Analysis/DSGraph/constantize.ll
+++ b/test/Analysis/DSGraph/constantize.ll
@@ -1,6 +1,6 @@
; Make sure that the ds-opt pass is constantizing globals
;
-; RUN: llvm-as < %s | opt -ds-opt | llvm-dis | grep %G | grep constant
+; RUN: llvm-upgrade < %s | llvm-as | opt -ds-opt | llvm-dis | grep %G | grep constant
%G = internal global int 0 ; <int*> [#uses=2]