mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 11:42:57 +01:00
Use a simpler but equivalent form of RecordSource.
llvm-svn: 52931
This commit is contained in:
parent
3ec3837c38
commit
082b08f33a
@ -3210,8 +3210,7 @@ SelectionDAGLowering::visitIntrinsicCall(CallInst &I, unsigned Intrinsic) {
|
||||
assert(DD && "Not a debug information descriptor");
|
||||
SubprogramDesc *Subprogram = cast<SubprogramDesc>(DD);
|
||||
const CompileUnitDesc *CompileUnit = Subprogram->getFile();
|
||||
unsigned SrcFile = MMI->RecordSource(CompileUnit->getDirectory(),
|
||||
CompileUnit->getFileName());
|
||||
unsigned SrcFile = MMI->RecordSource(CompileUnit);
|
||||
// Record the source line but does create a label. It will be emitted
|
||||
// at asm emission time.
|
||||
MMI->RecordSourceLine(Subprogram->getLine(), 0, SrcFile);
|
||||
|
Loading…
Reference in New Issue
Block a user