summaryrefslogtreecommitdiff
path: root/test/Analysis/LoadVN/call_cse.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Analysis/LoadVN/call_cse.ll')
-rw-r--r--test/Analysis/LoadVN/call_cse.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Analysis/LoadVN/call_cse.ll b/test/Analysis/LoadVN/call_cse.ll
index 311f38aa15..78cdd43051 100644
--- a/test/Analysis/LoadVN/call_cse.ll
+++ b/test/Analysis/LoadVN/call_cse.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -basicaa -load-vn -gcse -instcombine | llvm-dis | not grep sub
+; RUN: llvm-upgrade < %s | llvm-as | opt -basicaa -load-vn -gcse -instcombine | llvm-dis | not grep sub
declare int %strlen(sbyte*)
int %test(sbyte* %P) {