diff options
Diffstat (limited to 'test/Transforms/SimplifyLibCalls/2009-07-28-Exit.ll')
-rw-r--r-- | test/Transforms/SimplifyLibCalls/2009-07-28-Exit.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/SimplifyLibCalls/2009-07-28-Exit.ll b/test/Transforms/SimplifyLibCalls/2009-07-28-Exit.ll index 7114fce468..7af0a261d4 100644 --- a/test/Transforms/SimplifyLibCalls/2009-07-28-Exit.ll +++ b/test/Transforms/SimplifyLibCalls/2009-07-28-Exit.ll @@ -1,4 +1,4 @@ -; RUN: opt %s -simplify-libcalls -disable-output +; RUN: opt < %s -simplify-libcalls -disable-output ; PR4641 %struct.__sFILE = type { i8*, i32, i32, i16, i16, %struct.__sbuf, i32, i8*, i32 (i8*)*, i32 (i8*, i8*, i32)*, i64 (i8*, i64, i32)*, i32 (i8*, i8*, i32)*, %struct.__sbuf, i8*, i32, [3 x i8], [1 x i8], %struct.__sbuf, i32, i64, %struct.pthread_mutex*, %struct.pthread*, i32, i32, %union.anon } |