1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 03:53:04 +02:00

Don't rotate paper.

llvm-svn: 4066
This commit is contained in:
Chris Lattner 2002-10-07 22:37:03 +00:00
parent b9cacc43f7
commit b7590d8595

View File

@ -55,8 +55,7 @@ std::ostream &WriteGraph(std::ostream &O, const GraphType &G) {
typedef typename GTraits::NodeType NodeType;
O << "digraph foo {\n" // Graph name doesn't matter
<< "\tsize=\"10,7.5\";\n" // Size to fit on a page
<< "\trotate=\"90\";\n"; // Orient correctly
<< "\tsize=\"7.5,10\";\n"; // Size to fit on a page
std::string GraphName = DOTTraits::getGraphName(G);
if (!GraphName.empty())