projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
75fa4e4
)
Put variable name to a separate line.
author
Alkis Evlogimenos
<alkis@evlogimenos.com>
Thu, 22 Jul 2004 15:30:33 +0000
(15:30 +0000)
committer
Alkis Evlogimenos
<alkis@evlogimenos.com>
Thu, 22 Jul 2004 15:30:33 +0000
(15:30 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15108
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/CodeGen/Passes.cpp
patch
|
blob
|
history
diff --git
a/lib/CodeGen/Passes.cpp
b/lib/CodeGen/Passes.cpp
index 133cf3e1a8a13ff25db1d44966973160f88bad88..98de0b4c79ce8071f1706a0f293b20623511b1d4 100644
(file)
--- a/
lib/CodeGen/Passes.cpp
+++ b/
lib/CodeGen/Passes.cpp
@@
-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,