summaryrefslogtreecommitdiff
path: root/test/Transforms/ADCE/2003-12-19-MergeReturn.llx
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/ADCE/2003-12-19-MergeReturn.llx')
-rw-r--r--test/Transforms/ADCE/2003-12-19-MergeReturn.llx2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/ADCE/2003-12-19-MergeReturn.llx b/test/Transforms/ADCE/2003-12-19-MergeReturn.llx
index 541f2abe97..6b8b547fc7 100644
--- a/test/Transforms/ADCE/2003-12-19-MergeReturn.llx
+++ b/test/Transforms/ADCE/2003-12-19-MergeReturn.llx
@@ -1,7 +1,7 @@
; This testcase was failing because without merging the return blocks, ADCE
; didn't know that it could get rid of the then.0 block.
-; RUN: llvm-as < %s | opt -adce | llvm-dis | not grep load
+; RUN: llvm-upgrade < %s | llvm-as | opt -adce | llvm-dis | not grep load
implementation ; Functions: