diff options
Diffstat (limited to 'llvm/test/Transforms/InstCombine/call.ll')
-rw-r--r-- | llvm/test/Transforms/InstCombine/call.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/InstCombine/call.ll b/llvm/test/Transforms/InstCombine/call.ll index 03d9a6a9087..393a567e2e5 100644 --- a/llvm/test/Transforms/InstCombine/call.ll +++ b/llvm/test/Transforms/InstCombine/call.ll @@ -1,5 +1,5 @@ ; Ignore stderr, we expect warnings there -; RUN: opt %s -instcombine 2> /dev/null -S | \ +; RUN: opt < %s -instcombine 2> /dev/null -S | \ ; RUN: grep call | notcast ; END. |