diff options
Diffstat (limited to 'llvm/test/Regression/Transforms/InstCombine/and.ll')
| -rw-r--r-- | llvm/test/Regression/Transforms/InstCombine/and.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Regression/Transforms/InstCombine/and.ll b/llvm/test/Regression/Transforms/InstCombine/and.ll index a06fc33fced..f01de784e19 100644 --- a/llvm/test/Regression/Transforms/InstCombine/and.ll +++ b/llvm/test/Regression/Transforms/InstCombine/and.ll @@ -1,7 +1,7 @@ ; This test makes sure that these instructions are properly eliminated. ; -; RUN: as < %s | opt -instcombine | dis | grep-not and +; RUN: as < %s | opt -instcombine | dis | not grep and implementation |

