diff options
Diffstat (limited to 'test/Transforms/DSAnalysis/recursion.ll')
-rw-r--r-- | test/Transforms/DSAnalysis/recursion.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/DSAnalysis/recursion.ll b/test/Transforms/DSAnalysis/recursion.ll index 4e686a6f848..c79183f3b0b 100644 --- a/test/Transforms/DSAnalysis/recursion.ll +++ b/test/Transforms/DSAnalysis/recursion.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | opt -analyze -tddatastructure +; RUN: llvm-upgrade < %s | llvm-as | opt -analyze -tddatastructure implementation ; Functions: |