diff options
Diffstat (limited to 'test/Transforms/DSAnalysis/misctests.ll')
-rw-r--r-- | test/Transforms/DSAnalysis/misctests.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/DSAnalysis/misctests.ll b/test/Transforms/DSAnalysis/misctests.ll index 29c7079..acdbabf 100644 --- a/test/Transforms/DSAnalysis/misctests.ll +++ b/test/Transforms/DSAnalysis/misctests.ll @@ -1,5 +1,5 @@ ; -; RUN: analyze %s -tddatastructure +; RUN: opt -analyze %s -tddatastructure int* %test1(int *%A) { %R = getelementptr int* %A, long 1 |