It seems the llvm::OStream class does not handle stream manipulators.
authorJohn Criswell <criswell@uiuc.edu>
Mon, 11 Dec 2006 19:15:36 +0000 (19:15 +0000)
committerJohn Criswell <criswell@uiuc.edu>
Mon, 11 Dec 2006 19:15:36 +0000 (19:15 +0000)
commit2381f6f6c6ab62724caaded8268b425564d61aca
tree3dfc93b9e4976d35c036569b0fadb9b74674fec9
parent70a24b3141c098d67321dda4d6f615a9153d7d9b
It seems the llvm::OStream class does not handle stream manipulators.
For now, just grab the stream and perform the output on it directly.

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