summaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2011-05-27 22:05:41 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2011-05-27 22:05:41 +0000
commit5b23b7fe3150b2050d6fcd6981d64f30930fd3ef (patch)
treeab1e0522945996dd5d27487fa5e0267351010d44 /test/CodeGen/ARM
parent88c816453fac630e23785dbd1755675d139603db (diff)
downloadllvm-5b23b7fe3150b2050d6fcd6981d64f30930fd3ef.tar.gz
llvm-5b23b7fe3150b2050d6fcd6981d64f30930fd3ef.tar.bz2
llvm-5b23b7fe3150b2050d6fcd6981d64f30930fd3ef.tar.xz
Make size computation less brittle.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@132222 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/ARM')
-rw-r--r--test/CodeGen/ARM/debug-info-sreg2.ll4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/CodeGen/ARM/debug-info-sreg2.ll b/test/CodeGen/ARM/debug-info-sreg2.ll
index fe39977f25..16aeab3423 100644
--- a/test/CodeGen/ARM/debug-info-sreg2.ll
+++ b/test/CodeGen/ARM/debug-info-sreg2.ll
@@ -6,7 +6,9 @@ target triple = "thumbv7-apple-macosx10.6.7"
;CHECK: Ldebug_loc0:
;CHECK-NEXT: .long Ltmp1
;CHECK-NEXT: .long Ltmp3
-;CHECK-NEXT: .short 6 @ Loc expr size
+;CHECK-NEXT: Lset9 = Ltmp10-Ltmp9 @ Loc expr size
+;CHECK-NEXT: .short Lset9
+;CHECK-NEXT: Ltmp9:
;CHECK-NEXT: .byte 144 @ DW_OP_regx for S register
define void @_Z3foov() optsize ssp {