diff options
Diffstat (limited to 'llvm/test/Regression/Transforms/InstCombine/call.ll')
| -rw-r--r-- | llvm/test/Regression/Transforms/InstCombine/call.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Regression/Transforms/InstCombine/call.ll b/llvm/test/Regression/Transforms/InstCombine/call.ll index 665a09c7639..cf06244506c 100644 --- a/llvm/test/Regression/Transforms/InstCombine/call.ll +++ b/llvm/test/Regression/Transforms/InstCombine/call.ll @@ -1,4 +1,4 @@ -; RUN: as < %s | opt -instcombine -die | dis | grep call | grep-not cast +; RUN: as < %s | opt -instcombine -die | dis | grep call | not grep cast implementation |

