diff options
Diffstat (limited to 'test/Transforms/ConstProp/2008-07-07-VectorCompare.ll')
-rw-r--r-- | test/Transforms/ConstProp/2008-07-07-VectorCompare.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/ConstProp/2008-07-07-VectorCompare.ll b/test/Transforms/ConstProp/2008-07-07-VectorCompare.ll index 2f1bf2a4bb..fd5495445b 100644 --- a/test/Transforms/ConstProp/2008-07-07-VectorCompare.ll +++ b/test/Transforms/ConstProp/2008-07-07-VectorCompare.ll @@ -1,4 +1,4 @@ -; RUN: opt %s -constprop -disable-output +; RUN: opt < %s -constprop -disable-output ; PR2529 define <4 x i1> @test1(i32 %argc, i8** %argv) { entry: |