We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d013a8 commit 19192c4Copy full SHA for 19192c4
llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
@@ -2617,7 +2617,7 @@ bool SelectionDAG::expandMultipleResultFPLibCall(
2617
auto [Call, CallChain] = TLI->LowerCallTo(CLI);
2618
2619
if (CallRetResNo && !Node->hasAnyUseOfValue(*CallRetResNo)) {
2620
- // FIXME: This is needed for x87, which uses a floating-point stack. If (for
+ // This is needed for x87, which uses a floating-point stack. If (for
2621
// example) the node to be expanded has two results one floating-point which
2622
// is returned by the call, and one integer result, returned via an output
2623
// pointer. If only the integer result is used then the `CopyFromReg` for
0 commit comments