commit | b36388a1cb2de8de334cf2c178aaff4ebab7499d | [log] [tgz] |
---|---|---|
author | Andrew Trick <atrick@apple.com> | Fri Jan 25 07:45:25 2013 +0000 |
committer | Andrew Trick <atrick@apple.com> | Fri Jan 25 07:45:25 2013 +0000 |
tree | 78ab78e1556b32931474b0aa0ce36fcb072776de | |
parent | 3256d4ff621a14cfbb45f7206e84e5c018042a0a [diff] [blame] |
ScheduleDAG: colorize the DOT graph and improve formatting. llvm-svn: 173431
diff --git a/llvm/lib/CodeGen/ScheduleDAGInstrs.cpp b/llvm/lib/CodeGen/ScheduleDAGInstrs.cpp index f27b970..59e1ca1 100644 --- a/llvm/lib/CodeGen/ScheduleDAGInstrs.cpp +++ b/llvm/lib/CodeGen/ScheduleDAGInstrs.cpp
@@ -994,7 +994,7 @@ else if (SU == &ExitSU) oss << "<exit>"; else - SU->getInstr()->print(oss); + SU->getInstr()->print(oss, &TM, /*SkipOpers=*/true); return oss.str(); }