summaryrefslogtreecommitdiff
path: root/test/Analysis/DSGraph/SCCSimpleExample.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Analysis/DSGraph/SCCSimpleExample.ll')
-rw-r--r--test/Analysis/DSGraph/SCCSimpleExample.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Analysis/DSGraph/SCCSimpleExample.ll b/test/Analysis/DSGraph/SCCSimpleExample.ll
index c742afa25f..d55e541567 100644
--- a/test/Analysis/DSGraph/SCCSimpleExample.ll
+++ b/test/Analysis/DSGraph/SCCSimpleExample.ll
@@ -1,5 +1,5 @@
-; RUN: llvm-as < %s | opt -analyze -datastructure-gc --dsgc-abort-if-merged=Y,BVal
+; RUN: llvm-upgrade < %s | llvm-as | opt -analyze -datastructure-gc --dsgc-abort-if-merged=Y,BVal
implementation