diff options
author | Devang Patel <dpatel@apple.com> | 2008-11-06 21:28:20 +0000 |
---|---|---|
committer | Devang Patel <dpatel@apple.com> | 2008-11-06 21:28:20 +0000 |
commit | 8af0a362f19df00ce1ddd1726503261ef0835f99 (patch) | |
tree | b11d02d7dc8980a30c59893a850787a50e82e8ea /llvm/test | |
parent | ef21de946b18749b8ac8434bf640d1298c2a3965 (diff) | |
download | bcm5719-llvm-8af0a362f19df00ce1ddd1726503261ef0835f99.tar.gz bcm5719-llvm-8af0a362f19df00ce1ddd1726503261ef0835f99.zip |
Emit label for llvm.dbg.func.start of the inlined function.
llvm-svn: 58814
Diffstat (limited to 'llvm/test')
-rw-r--r-- | llvm/test/DebugInfo/2008-11-05-InlinedFuncStart.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/DebugInfo/2008-11-05-InlinedFuncStart.ll b/llvm/test/DebugInfo/2008-11-05-InlinedFuncStart.ll index 5df872462cc..a35a88ebd6b 100644 --- a/llvm/test/DebugInfo/2008-11-05-InlinedFuncStart.ll +++ b/llvm/test/DebugInfo/2008-11-05-InlinedFuncStart.ll @@ -1,4 +1,5 @@ ; RUN: llvm-as < %s | llc +; RUN: llvm-as < %s | llc -fast %llvm.dbg.anchor.type = type { i32, i32 } %llvm.dbg.basictype.type = type { i32, { }*, i8*, { }*, i32, i64, i64, i64, i32, i32 } %llvm.dbg.compile_unit.type = type { i32, { }*, i32, i8*, i8*, i8* } |