aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/DSAnalysis/recursion.ll
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-08-27 22:41:58 +0000
committerChris Lattner <sabre@nondot.org>2006-08-27 22:41:58 +0000
commit21a82e6fc718b4a2cc0281a4a43477ba940d3586 (patch)
tree34d4845601ace0b440104f606346a2b53fe801b0 /test/Transforms/DSAnalysis/recursion.ll
parent3b2493e2a19ef7186023a3b3ccb66356a297de67 (diff)
opt no longer reads .ll files. Run llvm-as explicitly.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29924 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Transforms/DSAnalysis/recursion.ll')
-rw-r--r--test/Transforms/DSAnalysis/recursion.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/DSAnalysis/recursion.ll b/test/Transforms/DSAnalysis/recursion.ll
index da075cd9c3..4e686a6f84 100644
--- a/test/Transforms/DSAnalysis/recursion.ll
+++ b/test/Transforms/DSAnalysis/recursion.ll
@@ -1,4 +1,4 @@
-; RUN: opt -analyze %s -tddatastructure
+; RUN: llvm-as < %s | opt -analyze -tddatastructure
implementation ; Functions: