commit | ad7fd5f1225399667bda0001d9137b0cbe63df74 | [log] [tgz] |
---|---|---|
author | John Criswell <criswell@uiuc.edu> | Fri Oct 03 18:42:25 2003 +0000 |
committer | John Criswell <criswell@uiuc.edu> | Fri Oct 03 18:42:25 2003 +0000 |
tree | fcc11687da273d5846f17c6e7c90912b6eae1b68 | |
parent | 29dc65a324d79bc962db22cba9209b1c6b0279ec [diff] [blame] |
Changed all of these tests to be TestRunner tests (or, at least they can be TestRunner tests). This makes creating the new test database class easier to implement. llvm-svn: 8841
diff --git a/llvm/test/Regression/Transforms/DSAnalysis/recursion.ll b/llvm/test/Regression/Transforms/DSAnalysis/recursion.ll index 669b0a4..6acdd24 100644 --- a/llvm/test/Regression/Transforms/DSAnalysis/recursion.ll +++ b/llvm/test/Regression/Transforms/DSAnalysis/recursion.ll
@@ -1,3 +1,5 @@ +; RUN: analyze %s -tddatastructure + implementation ; Functions: declare void %__main()