OSDN Git Service

Make SDNode constructors take a DebugLoc always.
authorDale Johannesen <dalej@apple.com>
Sat, 7 Feb 2009 02:15:05 +0000 (02:15 +0000)
committerDale Johannesen <dalej@apple.com>
Sat, 7 Feb 2009 02:15:05 +0000 (02:15 +0000)
commit92570c4a1a11cbdaf5ffb13547428dbee1103875
treef352457ad2e65b1772b8133dff98e4e70c709b01
parentc963b638c783beb2252e8a6c580c2d15c36c9be9
Make SDNode constructors take a DebugLoc always.
Adjust derived classes to pass UnknownLoc where
a DebugLoc does not make sense.  Pick one of
DebugLoc and non-DebugLoc variants to survive
for all such classes.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@64000 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/SelectionDAG.h
include/llvm/CodeGen/SelectionDAGNodes.h
lib/CodeGen/SelectionDAG/SelectionDAG.cpp