llvm-6502/include
David Greene ac931c011f Add some debug routines to SelectionDAG to dump full DAGs.
print/dumpWithDepth allows one to dump a DAG up to N levels deep.
dump/printWithFullDepth prints the whole DAG, subject to a depth limit
on 100 in the default case (to prevent infinite recursion).

Have CannotYetSelect to a dumpWithFullDepth so it is clearer exactly
what the non-matching DAG looks like.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@93538 91177308-0d34-0410-b5e6-96231b3b80d8
2010-01-15 19:43:23 +00:00
..
llvm Add some debug routines to SelectionDAG to dump full DAGs. 2010-01-15 19:43:23 +00:00
llvm-c hopefully unbreak the ocaml bindings. 2010-01-09 23:25:21 +00:00