From 3a693b793313899ea2bcfa063391cc2a9e19ec02 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Sat, 14 Apr 2007 20:02:51 +0000 Subject: This test needs to use egrep. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36012 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Transforms/InstCombine/fpcast.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/Transforms') diff --git a/test/Transforms/InstCombine/fpcast.ll b/test/Transforms/InstCombine/fpcast.ll index 1da8e42edf..0c387676d4 100644 --- a/test/Transforms/InstCombine/fpcast.ll +++ b/test/Transforms/InstCombine/fpcast.ll @@ -1,7 +1,7 @@ ; Test some floating point casting cases ; RUN: llvm-upgrade %s -o - | llvm-as | opt -instcombine | llvm-dis | notcast ; RUN: llvm-upgrade %s -o - | llvm-as | opt -instcombine | llvm-dis | \ -; RUN: grep 'ret i8 \(-1\)\|\(255\)' +; RUN: egrep {ret i8 \(-1\)\|\(255\)} sbyte %test1() { %x = fptoui float 255.0 to sbyte -- cgit v1.2.3-70-g09d2