aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2007-04-14 20:02:51 +0000
committerReid Spencer <rspencer@reidspencer.com>2007-04-14 20:02:51 +0000
commit3a693b793313899ea2bcfa063391cc2a9e19ec02 (patch)
tree688749c6bc6aeb3dc2fffd2f0950b22d07d72fb7 /test
parent1c35968d4d622c30b82698506a6fa128f012a504 (diff)
downloadexternal_llvm-3a693b793313899ea2bcfa063391cc2a9e19ec02.zip
external_llvm-3a693b793313899ea2bcfa063391cc2a9e19ec02.tar.gz
external_llvm-3a693b793313899ea2bcfa063391cc2a9e19ec02.tar.bz2
This test needs to use egrep.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36012 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/Transforms/InstCombine/fpcast.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/InstCombine/fpcast.ll b/test/Transforms/InstCombine/fpcast.ll
index 1da8e42..0c38767 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