aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/2010-05-25-DotDebugLoc.ll
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/X86/2010-05-25-DotDebugLoc.ll
parent88c816453fac630e23785dbd1755675d139603db (diff)
downloadexternal_llvm-5b23b7fe3150b2050d6fcd6981d64f30930fd3ef.zip
external_llvm-5b23b7fe3150b2050d6fcd6981d64f30930fd3ef.tar.gz
external_llvm-5b23b7fe3150b2050d6fcd6981d64f30930fd3ef.tar.bz2
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/X86/2010-05-25-DotDebugLoc.ll')
-rw-r--r--test/CodeGen/X86/2010-05-25-DotDebugLoc.ll2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/CodeGen/X86/2010-05-25-DotDebugLoc.ll b/test/CodeGen/X86/2010-05-25-DotDebugLoc.ll
index 848af82..51a3c6c 100644
--- a/test/CodeGen/X86/2010-05-25-DotDebugLoc.ll
+++ b/test/CodeGen/X86/2010-05-25-DotDebugLoc.ll
@@ -3,6 +3,8 @@
; Test to check .debug_loc support. This test case emits many debug_loc entries.
; CHECK: Loc expr size
+; CHECK-NEXT: .short
+; CHECK-NEXT: .Ltmp
; CHECK-NEXT: DW_OP_reg
%0 = type { double }