mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-22 19:49:49 +00:00
Set debug location while setting insertion point.
llvm-svn: 131575
This commit is contained in:
parent
48ea9389dc
commit
f1e313af0f
@ -80,6 +80,7 @@ public:
|
||||
void SetInsertPoint(Instruction *I) {
|
||||
BB = I->getParent();
|
||||
InsertPt = I;
|
||||
SetCurrentDebugLocation(I->getDebugLoc());
|
||||
}
|
||||
|
||||
/// SetInsertPoint - This specifies that created instructions should be
|
||||
|
Loading…
Reference in New Issue
Block a user