diff options
Diffstat (limited to 'test/Transforms/ScalarRepl/2009-08-16-VLA.ll')
-rw-r--r-- | test/Transforms/ScalarRepl/2009-08-16-VLA.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/ScalarRepl/2009-08-16-VLA.ll b/test/Transforms/ScalarRepl/2009-08-16-VLA.ll index 381d0fb..d69af11 100644 --- a/test/Transforms/ScalarRepl/2009-08-16-VLA.ll +++ b/test/Transforms/ScalarRepl/2009-08-16-VLA.ll @@ -1,4 +1,4 @@ -; RUN: opt %s -scalarrepl -disable-opt +; RUN: opt < %s -scalarrepl -disable-opt %struct.Item = type { [4 x i16], %struct.rule* } %struct.rule = type { [4 x i16], i32, i32, i32, %struct.nonterminal*, %struct.pattern*, i8 } |