llvm-svn: 153456
This commit is contained in:
Eric Christopher 2012-03-26 19:09:40 +00:00
parent 2778e29567
commit b13384d5f5

View File

@ -455,7 +455,7 @@ static DebugLoc updateInlinedAtInfo(const DebugLoc &DL,
/// fixupLineNumbers - Update inlined instructions' line numbers to
/// to encode location where these instructions are inlined.
static void fixupLineNumbers(Function *Fn, Function::iterator FI,
Instruction *TheCall) {
Instruction *TheCall) {
DebugLoc TheCallDL = TheCall->getDebugLoc();
if (TheCallDL.isUnknown())
return;