mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
Let's try one more time to match patterns.
The goal is to match following 3 lines. In otherwords, a temp. label between to DEBUG_VALUE comments. ;DEBUG_VALUE: bar:x <- undef ## 2010-01-18-Inlined-Debug.c:7 Ltmp1: ;DEBUG_VALUE: foo:__x <- undef ## 2010-01-18-Inlined-Debug.c:5 llvm-svn: 104872
This commit is contained in:
parent
32d3986765
commit
79c9e03097
@ -44,6 +44,6 @@ declare void @llvm.dbg.declare(metadata, metadata) nounwind readnone
|
||||
!15 = metadata !{i32 5, i32 0, metadata !11, metadata !8}
|
||||
!16 = metadata !{i32 9, i32 0, metadata !9, null}
|
||||
|
||||
;CHECK: ##DEBUG_VALUE: bar:x
|
||||
;CHECK: DEBUG_VALUE: bar:x
|
||||
;CHECK-NEXT:Ltmp
|
||||
;CHECK-NEXT ##DEBUG_VALUE: foo:__x
|
||||
;CHECK-NEXT DEBUG_VALUE: foo:__x
|
||||
|
Loading…
Reference in New Issue
Block a user