diff options
author | Chris Lattner <sabre@nondot.org> | 2003-06-28 23:32:04 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-06-28 23:32:04 +0000 |
commit | 060c1f816cdb15f3d1ce926cf48f89d3535ab412 (patch) | |
tree | f21bc7219a88e7994f4a1210184f747292d2e559 /test/Transforms/InstCombine/phi.ll | |
parent | 50e8682f282f1ae04ce18cb84b638d126f499faf (diff) | |
download | external_llvm-060c1f816cdb15f3d1ce926cf48f89d3535ab412.zip external_llvm-060c1f816cdb15f3d1ce926cf48f89d3535ab412.tar.gz external_llvm-060c1f816cdb15f3d1ce926cf48f89d3535ab412.tar.bz2 |
Remove usage of grep-not script
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6966 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Transforms/InstCombine/phi.ll')
-rw-r--r-- | test/Transforms/InstCombine/phi.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/InstCombine/phi.ll b/test/Transforms/InstCombine/phi.ll index f867bdf..2c16f72 100644 --- a/test/Transforms/InstCombine/phi.ll +++ b/test/Transforms/InstCombine/phi.ll @@ -1,7 +1,7 @@ ; This test makes sure that these instructions are properly eliminated. ; -; RUN: as < %s | opt -instcombine -die | dis | grep-not phi +; RUN: as < %s | opt -instcombine -die | dis | not grep phi implementation |