[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
Fri Mar 6 16:51:47 PST 2009
On Mar 6, 2009, at 2:23 PM, Tanya Lattner wrote:
> Bob,
>
> 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.
OK. I'll take a look.
More information about the llvm-commits
mailing list