mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-19 19:31:50 +00:00
Put variable name to a separate line.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15108 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
75fa4e4f99
commit
77c4c4da24
@ -20,7 +20,8 @@ using namespace llvm;
|
||||
namespace {
|
||||
enum RegAllocName { simple, local, linearscan, iterativescan };
|
||||
|
||||
cl::opt<RegAllocName RegAlloc(
|
||||
cl::opt<RegAllocName>
|
||||
RegAlloc(
|
||||
"regalloc",
|
||||
cl::desc("Register allocator to use: (default = simple)"),
|
||||
cl::Prefix,
|
||||
|
Loading…
x
Reference in New Issue
Block a user