summaryrefslogtreecommitdiff
path: root/test/Analysis/BasicAA/licmtest.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Analysis/BasicAA/licmtest.ll')
-rw-r--r--test/Analysis/BasicAA/licmtest.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Analysis/BasicAA/licmtest.ll b/test/Analysis/BasicAA/licmtest.ll
index 56682c7cab..0b1394394e 100644
--- a/test/Analysis/BasicAA/licmtest.ll
+++ b/test/Analysis/BasicAA/licmtest.ll
@@ -3,7 +3,7 @@
; two pointers, then the load should be hoisted, and the store sunk. Thus
; the loop becomes empty and can be deleted by ADCE.
-; RUN: llvm-as < %s | opt -basicaa -licm --adce | llvm-dis | not grep Loop
+; RUN: llvm-upgrade < %s | llvm-as | opt -basicaa -licm --adce | llvm-dis | not grep Loop
%A = global int 7
%B = global int 8