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