Move SelectionDAG::viewGraph() out of line; as an inline function
authorDan Gohman <gohman@apple.com>
Wed, 30 Jul 2008 18:48:53 +0000 (18:48 +0000)
committerDan Gohman <gohman@apple.com>
Wed, 30 Jul 2008 18:48:53 +0000 (18:48 +0000)
commit0b12aef49087b57d276ed760a83525d1e2602144
treea9da0d4d68e7efb687fe592f63a44e11476f29b0
parent90d33ee746f354030a4144c4ffa028599663615b
Move SelectionDAG::viewGraph() out of line; as an inline function
it isn't always visible to gdb.

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