CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/08/30 19:46:38
Modified files:
gnu/llvm/llvm/lib/CodeGen/SelectionDAG: DAGCombiner.cpp
Log message:
Delete my leftover comment.
This comment was from my commit of 2020-05-02,
> Don't make an illegal adde. Avoids fatal error on PowerPC.
When we merged LLVM 10, we got upstream's fix for the illegal adde
problem, and this comment became the only difference in this file
between us and upstream.
Found by Brad Smith.
