Skip to content

Commit

Permalink
FIXME -> YKFIXME
Browse files Browse the repository at this point in the history
  • Loading branch information
vext01 committed Feb 24, 2022
1 parent 8f5c1c0 commit e8239fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/lib/Target/X86/X86ISelLowering.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3928,7 +3928,7 @@ X86TargetLowering::LowerCall(TargetLowering::CallLoweringInfo &CLI,
// reused, and the callee's return returns from both the caller and the
// callee).
//
// FIXME: https://github.com/ykjit/yk/issues/502
// YKFIXME: https://github.com/ykjit/yk/issues/502
// We should find a way to allow tail calls.
if (YkDisableTailCallCodegen)
isTailCall = false;
Expand Down

0 comments on commit e8239fa

Please sign in to comment.