mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-27 06:35:30 +00:00
Tidy.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153456 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
373c2d3707
commit
7d8eb711e4
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user