mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-21 19:36:59 +00:00
Tidy.
llvm-svn: 153456
This commit is contained in:
parent
2778e29567
commit
b13384d5f5
@ -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…
x
Reference in New Issue
Block a user