diff options
| author | Benjamin Kramer <benny.kra@googlemail.com> | 2011-08-19 01:42:18 +0000 |
|---|---|---|
| committer | Benjamin Kramer <benny.kra@googlemail.com> | 2011-08-19 01:42:18 +0000 |
| commit | 4938edb02c1f4efcf02a68079684adbbafdfe7b2 (patch) | |
| tree | 28816230cc726eb1aecb9d88eecbbb930003696b /llvm/lib/CodeGen/RegAllocGreedy.cpp | |
| parent | e92e42f3fd2359aef3ed714f7793dd2994d96783 (diff) | |
| download | bcm5719-llvm-4938edb02c1f4efcf02a68079684adbbafdfe7b2.tar.gz bcm5719-llvm-4938edb02c1f4efcf02a68079684adbbafdfe7b2.zip | |
Make a bunch of symbols private.
llvm-svn: 138025
Diffstat (limited to 'llvm/lib/CodeGen/RegAllocGreedy.cpp')
| -rw-r--r-- | llvm/lib/CodeGen/RegAllocGreedy.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/RegAllocGreedy.cpp b/llvm/lib/CodeGen/RegAllocGreedy.cpp index 5adb76e8f82..42758510d8f 100644 --- a/llvm/lib/CodeGen/RegAllocGreedy.cpp +++ b/llvm/lib/CodeGen/RegAllocGreedy.cpp @@ -51,7 +51,7 @@ STATISTIC(NumGlobalSplits, "Number of split global live ranges"); STATISTIC(NumLocalSplits, "Number of split local live ranges"); STATISTIC(NumEvicted, "Number of interferences evicted"); -cl::opt<bool> CompactRegions("compact-regions", cl::init(true)); +static cl::opt<bool> CompactRegions("compact-regions", cl::init(true)); static RegisterRegAlloc greedyRegAlloc("greedy", "greedy register allocator", createGreedyRegisterAllocator); |

