Skip to content

Commit c726554

Browse files
committed
Update comment to avoid undef bot false positive?
1 parent fd1e269 commit c726554

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
@@ -2624,7 +2624,7 @@ bool SelectionDAG::expandMultipleResultFPLibCall(
26242624
// the FP result may be optimized out. This prevents an FP stack pop from
26252625
// being emitted for it. The `FAKE_USE` node prevents optimizations from
26262626
// removing the `CopyFromReg` from the chain, and ensures the FP pop will be
2627-
// emitted. Note: We use an undef pointer as the argument to prevent keeping
2627+
// emitted. Note: We use an UNDEF pointer as the argument to prevent keeping
26282628
// any real values live longer than we need to.
26292629
CallChain = getNode(ISD::FAKE_USE, DL, MVT::Other, CallChain,
26302630
getUNDEF(TLI->getPointerTy(getDataLayout())));

0 commit comments

Comments
 (0)