summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/2009-10-16-Scope.ll
diff options
context:
space:
mode:
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>2015-04-15 21:04:10 +0000
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>2015-04-15 21:04:10 +0000
commit48b3503c16b35a6ad272162976724b6a8ba9fa9d (patch)
tree680047ce75e57bbb4e9eaaac0265db46d9cc476d /llvm/test/CodeGen/X86/2009-10-16-Scope.ll
parentc7749fca079bb9fa4440bca80dda01d0bdef7ac8 (diff)
downloadbcm5719-llvm-48b3503c16b35a6ad272162976724b6a8ba9fa9d.tar.gz
bcm5719-llvm-48b3503c16b35a6ad272162976724b6a8ba9fa9d.zip
DebugInfo: Add missing !dbg attachments to intrinsics
Add missing `!dbg` attachments to `@llvm.dbg.*` intrinsics. I updated these using a script (add-dbg-to-intrinsics.sh) that I'll attach to PR22778 for posterity. llvm-svn: 235040
Diffstat (limited to 'llvm/test/CodeGen/X86/2009-10-16-Scope.ll')
-rw-r--r--llvm/test/CodeGen/X86/2009-10-16-Scope.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/2009-10-16-Scope.ll b/llvm/test/CodeGen/X86/2009-10-16-Scope.ll
index c783ee95d38..374c6966652 100644
--- a/llvm/test/CodeGen/X86/2009-10-16-Scope.ll
+++ b/llvm/test/CodeGen/X86/2009-10-16-Scope.ll
@@ -9,7 +9,7 @@ entry:
br label %do.body, !dbg !0
do.body: ; preds = %entry
- call void @llvm.dbg.declare(metadata i32* %count_, metadata !4, metadata !MDExpression())
+ call void @llvm.dbg.declare(metadata i32* %count_, metadata !4, metadata !MDExpression()), !dbg !MDLocation(scope: !5)
%conv = ptrtoint i32* %count_ to i32, !dbg !0 ; <i32> [#uses=1]
%call = call i32 @foo(i32 %conv) ssp, !dbg !0 ; <i32> [#uses=0]
br label %do.end, !dbg !0
OpenPOWER on IntegriCloud