mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-28 19:31:58 +00:00
This test needs to use egrep.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36012 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
1c35968d4d
commit
3a693b7933
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user