diff options
Diffstat (limited to 'test/Transforms/Inline/2004-04-15-InlineDeletesCall.ll')
-rw-r--r-- | test/Transforms/Inline/2004-04-15-InlineDeletesCall.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/Inline/2004-04-15-InlineDeletesCall.ll b/test/Transforms/Inline/2004-04-15-InlineDeletesCall.ll index 1d154908a3..38994519ce 100644 --- a/test/Transforms/Inline/2004-04-15-InlineDeletesCall.ll +++ b/test/Transforms/Inline/2004-04-15-InlineDeletesCall.ll @@ -1,4 +1,4 @@ -; RUN: opt %s -inline -disable-output +; RUN: opt < %s -inline -disable-output ; Inlining the first call caused the inliner function to delete the second ; call. Then the inliner tries to inline the second call, which no longer |