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 | e75808cf3d92d14c5659a15d0d17bd21a54fd8cc (patch) | |
tree | a9ecd124514ca08bed66965aae1eb8bb2dd49150 /test/DebugInfo | |
parent | 00f1c4040c1f3f9967a5753223832d60ea39d8a2 (diff) |
Emit label for llvm.dbg.func.start of the inlined function.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@58814 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/DebugInfo')
-rw-r--r-- | test/DebugInfo/2008-11-05-InlinedFuncStart.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/DebugInfo/2008-11-05-InlinedFuncStart.ll b/test/DebugInfo/2008-11-05-InlinedFuncStart.ll index 5df872462c..a35a88ebd6 100644 --- a/test/DebugInfo/2008-11-05-InlinedFuncStart.ll +++ b/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* } |