[llvm-commits] [llvm] r65747 - in /llvm/trunk: include/llvm/CodeGen/SelectionDAGNodes.h lib/CodeGen/SelectionDAG/SelectionDAG.cpp lib/Target/PowerPC/PPCISelLowering.cpp

Tanya Lattner lattner at apple.com
Mon Mar 9 10:48:25 PDT 2009


Thank you!

-Tanya

On Mar 9, 2009, at 10:08 AM, Bob Wilson wrote:

>
> On Mar 6, 2009, at 2:23 PM, Tanya Lattner wrote:
>> This is breaking the build when using gcc 3.4.6 because
>> BuildVectorSDNode does not have a default constructor and neither
>> does its parent SDNode. I added a default constructor to SDNode
>> which fixes the build, but it is not the correct thing to do. I'm
>> not familiar enough with this code to add the constructor to
>> BuildVectorSDNode, can you do this and then revert 66280.
>
> This should be fixed now.  It was an easy change but quite a challenge
> to verify!
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20090309/982a8158/attachment.html>


More information about the llvm-commits mailing list