commit | c496b418b5e60bcbb6a7f71082a92561326c6aca | [log] [tgz] |
---|---|---|
author | Andrew Lenharth <andrewl@lenharth.org> | Thu Jul 20 17:28:38 2006 +0000 |
committer | Andrew Lenharth <andrewl@lenharth.org> | Thu Jul 20 17:28:38 2006 +0000 |
tree | da07c17eb45e41c2c5f276430f733815b5d93b8a | |
parent | 2b0baddc33dc055bee92af40bdc5d6eadb28962e [diff] [blame] |
Reduce number of exported symbols llvm-svn: 29220
diff --git a/llvm/lib/CodeGen/Passes.cpp b/llvm/lib/CodeGen/Passes.cpp index a6ba120..435d6b5 100644 --- a/llvm/lib/CodeGen/Passes.cpp +++ b/llvm/lib/CodeGen/Passes.cpp
@@ -20,7 +20,7 @@ namespace { enum RegAllocName { simple, local, linearscan }; - cl::opt<RegAllocName> + static cl::opt<RegAllocName> RegAlloc( "regalloc", cl::desc("Register allocator to use: (default = linearscan)"),