[llvm-commits] [llvm] r65747 - in /llvm/trunk: include/llvm/CodeGen/SelectionDAGNodes.h lib/CodeGen/SelectionDAG/SelectionDAG.cpp lib/Target/PowerPC/PPCISelLowering.cpp
Bob Wilson
bob.wilson at apple.com
Mon Mar 9 10:08:58 PDT 2009
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!
More information about the llvm-commits
mailing list