mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-29 10:32:47 +00:00
Don't rotate paper.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4066 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
48f9e6276d
commit
9106a58806
@ -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())
|
||||
|
@ -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())
|
||||
|
Loading…
Reference in New Issue
Block a user