diff options
| author | Duncan P. N. Exon Smith <dexonsmith@apple.com> | 2015-04-15 21:04:10 +0000 |
|---|---|---|
| committer | Duncan P. N. Exon Smith <dexonsmith@apple.com> | 2015-04-15 21:04:10 +0000 |
| commit | 48b3503c16b35a6ad272162976724b6a8ba9fa9d (patch) | |
| tree | 680047ce75e57bbb4e9eaaac0265db46d9cc476d /llvm/test/DebugInfo/X86/subreg.ll | |
| parent | c7749fca079bb9fa4440bca80dda01d0bdef7ac8 (diff) | |
| download | bcm5719-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/DebugInfo/X86/subreg.ll')
| -rw-r--r-- | llvm/test/DebugInfo/X86/subreg.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/DebugInfo/X86/subreg.ll b/llvm/test/DebugInfo/X86/subreg.ll index 914a2ed0e31..ce3870f44f0 100644 --- a/llvm/test/DebugInfo/X86/subreg.ll +++ b/llvm/test/DebugInfo/X86/subreg.ll @@ -9,7 +9,7 @@ define i16 @f(i16 signext %zzz) nounwind { entry: - call void @llvm.dbg.value(metadata i16 %zzz, i64 0, metadata !0, metadata !MDExpression()) + call void @llvm.dbg.value(metadata i16 %zzz, i64 0, metadata !0, metadata !MDExpression()), !dbg !MDLocation(scope: !1) %conv = sext i16 %zzz to i32, !dbg !7 %conv1 = trunc i32 %conv to i16 ret i16 %conv1 |

