[llvm-commits] [llvm] r122979 - in /llvm/trunk/lib/CodeGen/SelectionDAG: LegalizeIntegerTypes.cpp LegalizeTypes.cpp LegalizeTypes.h
Eric Christopher
echristo at apple.com
Thu Jan 6 14:47:13 PST 2011
On Jan 6, 2011, at 2:45 PM, Duncan Sands wrote:
> Hi Eric,
>
>> +std::pair<SDValue, SDValue> DAGTypeLegalizer::ExpandAtomic(SDNode *Node) {
>
> why not put this function in LegalizeIntegerTypes? It doesn't seem to be of
> general utility. Are you planning to use it from some other LegalizeXYZTypes
> file?
>
>> + std::pair<SDValue, SDValue> ExpandAtomic(SDNode *Node);
>> +
>
> Then you wouldn't need this declaration either.
That's fair, I'll do that :)
-eric
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20110106/1688722e/attachment.html>
More information about the llvm-commits
mailing list