DebugInfo: Provide a less subtle way to set the debug location of simple ret instructions

un-XFAILing the test XFAIL'd in r225086 after it regressed in r225083.

llvm-svn: 225090
This commit is contained in:
David Blaikie
2015-01-02 22:07:26 +00:00
parent 61770ab26f
commit b9a23c9155
5 changed files with 23 additions and 17 deletions

View File

@@ -1262,7 +1262,7 @@ public:
/// EmitReturnBlock - Emit the unified return block, trying to avoid its
/// emission when possible.
void EmitReturnBlock();
llvm::DebugLoc EmitReturnBlock();
/// FinishFunction - Complete IR generation of the current function. It is
/// legal to call this function even if there is no current insertion point.