mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-10 20:33:15 +00:00
Check for -fast here too.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65065 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
dfdacee2ab
commit
490359d687
@ -3953,9 +3953,7 @@ SelectionDAGLowering::visitIntrinsicCall(CallInst &I, unsigned Intrinsic) {
|
|||||||
// create a label if this is a beginning of inlined function.
|
// create a label if this is a beginning of inlined function.
|
||||||
unsigned Line = Subprogram.getLineNumber();
|
unsigned Line = Subprogram.getLineNumber();
|
||||||
|
|
||||||
// FIXME: Support more than just -Os.
|
if (Fast) {
|
||||||
const Function *F = I.getParent()->getParent();
|
|
||||||
if (!F->hasFnAttr(Attribute::OptimizeForSize)) {
|
|
||||||
unsigned LabelID = DW->RecordSourceLine(Line, 0, SrcFile);
|
unsigned LabelID = DW->RecordSourceLine(Line, 0, SrcFile);
|
||||||
if (DW->getRecordSourceLineCount() != 1)
|
if (DW->getRecordSourceLineCount() != 1)
|
||||||
DAG.setRoot(DAG.getLabel(ISD::DBG_LABEL, getCurDebugLoc(),
|
DAG.setRoot(DAG.getLabel(ISD::DBG_LABEL, getCurDebugLoc(),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user