mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
Convert test to FileCheck.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@89589 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
de9b6b1cd5
commit
3ebd44d20f
@ -1,5 +1,4 @@
|
||||
; RUN: llc < %s -march=x86 -enable-eh -asm-verbose -o - | \
|
||||
; RUN: grep -A 3 {Llabel138.*Region start} | grep {3.*Action}
|
||||
; RUN: llc < %s -march=x86 -enable-eh -asm-verbose -o - | FileCheck %s
|
||||
; PR1422
|
||||
; PR1508
|
||||
|
||||
@ -2864,3 +2863,8 @@ declare void @system__img_enum__image_enumeration_8(%struct.string___XUP* sret ,
|
||||
declare i32 @memcmp(i8*, i8*, i32, ...)
|
||||
|
||||
declare void @report__result()
|
||||
|
||||
; CHECK: {{Llabel138.*Region start}}
|
||||
; CHECK-NEXT: Region length
|
||||
; CHECK-NEXT: Landing pad
|
||||
; CHECK-NEXT: {{3.*Action}}
|
||||
|
Loading…
Reference in New Issue
Block a user