From 060c1f816cdb15f3d1ce926cf48f89d3535ab412 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sat, 28 Jun 2003 23:32:04 +0000 Subject: Remove usage of grep-not script git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6966 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Transforms/InstCombine/load.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/Transforms/InstCombine/load.ll') diff --git a/test/Transforms/InstCombine/load.ll b/test/Transforms/InstCombine/load.ll index f80e02e464..f085346597 100644 --- a/test/Transforms/InstCombine/load.ll +++ b/test/Transforms/InstCombine/load.ll @@ -1,7 +1,7 @@ ; This test makes sure that these instructions are properly eliminated. ; -; RUN: as < %s | opt -instcombine | dis | grep-not load +; RUN: as < %s | opt -instcombine | dis | not grep load %X = constant int 42 %Y = constant [2 x { int, float }] [ { int, float } { int 12, float 1.0 }, -- cgit v1.2.3