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

