aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/2010-06-01-DeadArg-DbgInfo.ll
diff options
context:
space:
mode:
authorDavid Blaikie <dblaikie@gmail.com>2013-06-15 16:02:44 +0000
committerDavid Blaikie <dblaikie@gmail.com>2013-06-15 16:02:44 +0000
commit4bb23594f33ebb0b27e88008e02c55bb1869d439 (patch)
tree458cfe1af9cedc267bf1923f34a0bd7d31ca0708 /test/CodeGen/X86/2010-06-01-DeadArg-DbgInfo.ll
parentf14b44c71b3a58c3aef8e277dd3817cb216b5661 (diff)
downloadexternal_llvm-4bb23594f33ebb0b27e88008e02c55bb1869d439.zip
external_llvm-4bb23594f33ebb0b27e88008e02c55bb1869d439.tar.gz
external_llvm-4bb23594f33ebb0b27e88008e02c55bb1869d439.tar.bz2
DebugInfo: follow up to 184045 to constrain the tests further to ensure they don't contain +0 offsets
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@184046 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/2010-06-01-DeadArg-DbgInfo.ll')
-rw-r--r--test/CodeGen/X86/2010-06-01-DeadArg-DbgInfo.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/2010-06-01-DeadArg-DbgInfo.ll b/test/CodeGen/X86/2010-06-01-DeadArg-DbgInfo.ll
index b07a192..25223ca 100644
--- a/test/CodeGen/X86/2010-06-01-DeadArg-DbgInfo.ll
+++ b/test/CodeGen/X86/2010-06-01-DeadArg-DbgInfo.ll
@@ -8,7 +8,7 @@ target triple = "x86_64-apple-darwin10.2"
@llvm.used = appending global [1 x i8*] [i8* bitcast (i32 (%struct.foo*, i32)* @_ZN3foo3bazEi to i8*)], section "llvm.metadata" ; <[1 x i8*]*> [#uses=0]
define i32 @_ZN3foo3bazEi(%struct.foo* nocapture %this, i32 %x) nounwind readnone optsize noinline ssp align 2 {
-;CHECK: DEBUG_VALUE: baz:this <- RDI
+;CHECK: DEBUG_VALUE: baz:this <- RDI{{$}}
entry:
tail call void @llvm.dbg.value(metadata !{%struct.foo* %this}, i64 0, metadata !15)
tail call void @llvm.dbg.value(metadata !{i32 %x}, i64 0, metadata !16)