mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 19:52:54 +01:00
Fix a comment.
llvm-svn: 101477
This commit is contained in:
parent
58add81e7d
commit
cb1d4ed9d0
@ -237,7 +237,7 @@ static void SetDebugLoc(const Instruction *I, SelectionDAGBuilder *SDB,
|
||||
FastIS->setCurDebugLoc(DL);
|
||||
|
||||
// If the function doesn't have a default debug location yet, set
|
||||
// it. This is kind of a hack.
|
||||
// it. This is a total hack.
|
||||
if (MF->getDefaultDebugLoc().isUnknown())
|
||||
MF->setDefaultDebugLoc(DL);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user