diff options
Diffstat (limited to 'test/DebugInfo/2009-11-10-CurrentFn.ll')
-rw-r--r-- | test/DebugInfo/2009-11-10-CurrentFn.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/DebugInfo/2009-11-10-CurrentFn.ll b/test/DebugInfo/2009-11-10-CurrentFn.ll index 2fc710a..f6255ec 100644 --- a/test/DebugInfo/2009-11-10-CurrentFn.ll +++ b/test/DebugInfo/2009-11-10-CurrentFn.ll @@ -2,7 +2,7 @@ define void @bar(i32 %i) nounwind uwtable ssp { entry: - tail call void (...)* @foo() nounwind, !dbg !14 + tail call void (...) @foo() nounwind, !dbg !14 ret void, !dbg !16 } |