diff options
Diffstat (limited to 'test/Transforms/SimplifyLibCalls/2009-07-29-Exit2.ll')
-rw-r--r-- | test/Transforms/SimplifyLibCalls/2009-07-29-Exit2.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/SimplifyLibCalls/2009-07-29-Exit2.ll b/test/Transforms/SimplifyLibCalls/2009-07-29-Exit2.ll index 22d817c79a..b5a788e097 100644 --- a/test/Transforms/SimplifyLibCalls/2009-07-29-Exit2.ll +++ b/test/Transforms/SimplifyLibCalls/2009-07-29-Exit2.ll @@ -1,4 +1,4 @@ -; RUN: opt %s -simplify-libcalls -disable-output +; RUN: opt < %s -simplify-libcalls -disable-output ; PR4645 define i32 @main() { |