diff options
author | Devang Patel <dpatel@apple.com> | 2010-05-27 17:51:08 +0000 |
---|---|---|
committer | Devang Patel <dpatel@apple.com> | 2010-05-27 17:51:08 +0000 |
commit | 895f2dfd45777a22d74511a57471d3a490736e73 (patch) | |
tree | fd84cb6f5249fc26cf86a77488c5a0bec6a0762f /test/DebugInfo | |
parent | 30377e780918aacda1befa47054c61b0155c194c (diff) | |
download | external_llvm-895f2dfd45777a22d74511a57471d3a490736e73.zip external_llvm-895f2dfd45777a22d74511a57471d3a490736e73.tar.gz external_llvm-895f2dfd45777a22d74511a57471d3a490736e73.tar.bz2 |
Temp. labels number may not match for all configurations.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@104858 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/DebugInfo')
-rw-r--r-- | test/DebugInfo/2010-05-28-Crash.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/DebugInfo/2010-05-28-Crash.ll b/test/DebugInfo/2010-05-28-Crash.ll index 92cb098..7bec531 100644 --- a/test/DebugInfo/2010-05-28-Crash.ll +++ b/test/DebugInfo/2010-05-28-Crash.ll @@ -45,5 +45,5 @@ declare void @llvm.dbg.declare(metadata, metadata) nounwind readnone !16 = metadata !{i32 9, i32 0, metadata !9, null} ;CHECK: ##DEBUG_VALUE: bar:x -;CHECK-NEXT:Ltmp1: +;CHECK-NEXT:Ltmp ;CHECK-NEXT ##DEBUG_VALUE: foo:__x |