Skip to content

Commit 27631f1

Browse files
committed
.
Created using spr 1.3.5-bogner
1 parent 5d110b3 commit 27631f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/lib/Target/X86/X86ISelLoweringCall.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2039,8 +2039,8 @@ X86TargetLowering::LowerCall(TargetLowering::CallLoweringInfo &CLI,
20392039
const Module *M = MF.getFunction().getParent();
20402040

20412041
// If the indirect call target has the nocf_check attribute, the call needs
2042-
// the NOTRACK prefix. For simplicity just disable tail calls as there there
2043-
// are too many variants
2042+
// the NOTRACK prefix. For simplicity just disable tail calls as there are
2043+
// so many variants.
20442044
bool IsNoTrackIndirectCall = IsIndirectCall && CB->doesNoCfCheck() &&
20452045
M->getModuleFlag("cf-protection-branch");
20462046
if (IsNoTrackIndirectCall)

0 commit comments

Comments
 (0)