diff options
author | Devang Patel <dpatel@apple.com> | 2011-08-19 23:28:12 +0000 |
---|---|---|
committer | Devang Patel <dpatel@apple.com> | 2011-08-19 23:28:12 +0000 |
commit | 93d39be5300702d8c9892ec04a492a6056926462 (patch) | |
tree | 6030ba7459700efd861d9ea9e07a7ab83f06935f /test/CodeGen/ARM | |
parent | 0780b6303b99441fef04340b7a083006484f4743 (diff) | |
download | external_llvm-93d39be5300702d8c9892ec04a492a6056926462.zip external_llvm-93d39be5300702d8c9892ec04a492a6056926462.tar.gz external_llvm-93d39be5300702d8c9892ec04a492a6056926462.tar.bz2 |
Do not use named md nodes to track variables that are completely optimized. This does not scale while doing LTO with debug info. New approach is to include list of variables in the subprogram info directly.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138145 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/ARM')
-rw-r--r-- | test/CodeGen/ARM/debug-info-sreg2.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/ARM/debug-info-sreg2.ll b/test/CodeGen/ARM/debug-info-sreg2.ll index edafcfc..ee777ce 100644 --- a/test/CodeGen/ARM/debug-info-sreg2.ll +++ b/test/CodeGen/ARM/debug-info-sreg2.ll @@ -6,8 +6,8 @@ target triple = "thumbv7-apple-macosx10.6.7" ;CHECK: Ldebug_loc0: ;CHECK-NEXT: .long Ltmp1 ;CHECK-NEXT: .long Ltmp2 -;CHECK-NEXT: Lset9 = Ltmp10-Ltmp9 @ Loc expr size -;CHECK-NEXT: .short Lset9 +;CHECK-NEXT: Lset8 = Ltmp10-Ltmp9 @ Loc expr size +;CHECK-NEXT: .short Lset8 ;CHECK-NEXT: Ltmp9: ;CHECK-NEXT: .byte 144 @ DW_OP_regx for S register |