Remove this debug output. The MachineFunction will be printed once all of
authorDan Gohman <gohman@apple.com>
Fri, 30 Apr 2010 21:21:21 +0000 (21:21 +0000)
committerDan Gohman <gohman@apple.com>
Fri, 30 Apr 2010 21:21:21 +0000 (21:21 +0000)
commite7fd7c688689a0f51caf350af47c87fb6a915b92
tree41285cfc97502cea5ae28afb373d9854f1fd836f
parent8387d7db193c2ab1961593487d77cefb550a82c7
Remove this debug output. The MachineFunction will be printed once all of
instruction selection is done; it's confusing to see parts of it printed,
while other parts are omitted, along the way.

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