diff options
Diffstat (limited to 'test/Transforms/DSAnalysis/arraytest.ll')
-rw-r--r-- | test/Transforms/DSAnalysis/arraytest.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/DSAnalysis/arraytest.ll b/test/Transforms/DSAnalysis/arraytest.ll index 521bd630e3..bb6c4c148e 100644 --- a/test/Transforms/DSAnalysis/arraytest.ll +++ b/test/Transforms/DSAnalysis/arraytest.ll @@ -1,5 +1,5 @@ ; -; RUN: analyze %s -tddatastructure +; RUN: opt -analyze %s -tddatastructure %crazy = type [2 x { [2 x sbyte], short } ] implementation |