From a6fee9d6d580094e91b40abfb5f37a1a0007e1d3 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sat, 28 Jun 2003 23:23:34 +0000 Subject: Remove explicit control flow through the use of the 'not' script llvm-svn: 6965 --- llvm/test/Regression/Assembler/ConstantExprFoldCast.llx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'llvm/test/Regression/Assembler/ConstantExprFoldCast.llx') diff --git a/llvm/test/Regression/Assembler/ConstantExprFoldCast.llx b/llvm/test/Regression/Assembler/ConstantExprFoldCast.llx index 38763a7306f..34e5654b858 100644 --- a/llvm/test/Regression/Assembler/ConstantExprFoldCast.llx +++ b/llvm/test/Regression/Assembler/ConstantExprFoldCast.llx @@ -1,9 +1,6 @@ ; This test checks to make sure that constant exprs fold in some simple situations -; RUN: if as < %s | dis | grep cast -; RUN: then exit 1 -; RUN: else exit 0 -; RUN: fi +; RUN: as < %s | dis | grep-not cast %A = global int* cast (sbyte* null to int*) ; Cast null -> fold %B = global int** cast (int** %A to int**) ; Cast to same type -> fold -- cgit v1.2.3