Skip to content

Commit 19192c4

Browse files
committed
Remove FIXME
1 parent 7d013a8 commit 19192c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2617,7 +2617,7 @@ bool SelectionDAG::expandMultipleResultFPLibCall(
26172617
auto [Call, CallChain] = TLI->LowerCallTo(CLI);
26182618

26192619
if (CallRetResNo && !Node->hasAnyUseOfValue(*CallRetResNo)) {
2620-
// FIXME: This is needed for x87, which uses a floating-point stack. If (for
2620+
// This is needed for x87, which uses a floating-point stack. If (for
26212621
// example) the node to be expanded has two results one floating-point which
26222622
// is returned by the call, and one integer result, returned via an output
26232623
// pointer. If only the integer result is used then the `CopyFromReg` for

0 commit comments

Comments
 (0)