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 | da01e5e9074a22c73b2f2567e14c02fa1c776634 (patch) | |
tree | db53fee703d36255059de78b7913aa4a15d5e493 | |
parent | cab4933f956abdec1f4ffabaaddb0efaf8fd4b5f (diff) | |
download | bcm5719-llvm-da01e5e9074a22c73b2f2567e14c02fa1c776634.tar.gz bcm5719-llvm-da01e5e9074a22c73b2f2567e14c02fa1c776634.zip |
Temp. labels number may not match for all configurations.
llvm-svn: 104858
-rw-r--r-- | llvm/test/DebugInfo/2010-05-28-Crash.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/DebugInfo/2010-05-28-Crash.ll b/llvm/test/DebugInfo/2010-05-28-Crash.ll index 92cb0982ca8..7bec53139fb 100644 --- a/llvm/test/DebugInfo/2010-05-28-Crash.ll +++ b/llvm/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 |