[llvm-commits] [llvm] r62364 - /llvm/trunk/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
Chris Lattner
clattner at apple.com
Fri Jan 16 14:07:19 PST 2009
On Jan 16, 2009, at 1:47 PM, Dan Gohman wrote:
> Author: djg
> Date: Fri Jan 16 15:47:21 2009
> New Revision: 62364
>
> URL: http://llvm.org/viewvc/llvm-project?rev=62364&view=rev
> Log:
> Use the getNode() accessor instead of accessing the Node
> member directly, which is private as of r55504.
Thanks Dan, sorry for the breakage :(
-Chris
More information about the llvm-commits
mailing list