summaryrefslogtreecommitdiff
path: root/test/Analysis/DSGraph/gcsetest.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Analysis/DSGraph/gcsetest.ll')
-rw-r--r--test/Analysis/DSGraph/gcsetest.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Analysis/DSGraph/gcsetest.ll b/test/Analysis/DSGraph/gcsetest.ll
index b9b28c4f8c..bb7af1249c 100644
--- a/test/Analysis/DSGraph/gcsetest.ll
+++ b/test/Analysis/DSGraph/gcsetest.ll
@@ -1,7 +1,7 @@
; Test that GCSE uses ds-aa to do alias analysis, which is capable of
; disambiguating some cases.
-; RUN: llvm-as < %s | opt -no-aa -ds-aa -load-vn -gcse -instcombine -dce | llvm-dis | not grep ELIM
+; RUN: llvm-upgrade < %s | llvm-as | opt -no-aa -ds-aa -load-vn -gcse -instcombine -dce | llvm-dis | not grep ELIM
%intpair = type {int*, int*}
implementation