diff options
author | Devang Patel <dpatel@apple.com> | 2010-05-27 19:46:38 +0000 |
---|---|---|
committer | Devang Patel <dpatel@apple.com> | 2010-05-27 19:46:38 +0000 |
commit | 91ad65e8b7752755cee624ba45c186ba0146b9f5 (patch) | |
tree | f3f8e56e679e09fc7f1d50f5a583054961513b5c | |
parent | f162eace49c2e155d32e20f6d224df3d3efe555a (diff) | |
download | bcm5719-llvm-91ad65e8b7752755cee624ba45c186ba0146b9f5.tar.gz bcm5719-llvm-91ad65e8b7752755cee624ba45c186ba0146b9f5.zip |
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
-rw-r--r-- | llvm/test/DebugInfo/2010-05-28-Crash.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/DebugInfo/2010-05-28-Crash.ll b/llvm/test/DebugInfo/2010-05-28-Crash.ll index 7bec53139fb..fc2b1289e8e 100644 --- a/llvm/test/DebugInfo/2010-05-28-Crash.ll +++ b/llvm/test/DebugInfo/2010-05-28-Crash.ll @@ -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 |