summaryrefslogtreecommitdiff
path: root/test/Analysis/LoadVN/RLE-Preserve.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Analysis/LoadVN/RLE-Preserve.ll')
-rw-r--r--test/Analysis/LoadVN/RLE-Preserve.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Analysis/LoadVN/RLE-Preserve.ll b/test/Analysis/LoadVN/RLE-Preserve.ll
index 88a0c7f298..e08c41ceeb 100644
--- a/test/Analysis/LoadVN/RLE-Preserve.ll
+++ b/test/Analysis/LoadVN/RLE-Preserve.ll
@@ -1,6 +1,6 @@
; This testcase ensures that redundant loads are preserved when they are not
; allowed to be eliminated.
-; RUN: llvm-as < %s | opt -load-vn -gcse | llvm-dis | grep sub
+; RUN: llvm-upgrade < %s | llvm-as | opt -load-vn -gcse | llvm-dis | grep sub
;
int %test1(int* %P) {
%A = load int* %P