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:
499b2ba
)
As I wrote in the docs, simple is the default spiller :-)
author
Alkis Evlogimenos
<alkis@evlogimenos.com>
Sat, 6 Mar 2004 23:08:44 +0000
(23:08 +0000)
committer
Alkis Evlogimenos
<alkis@evlogimenos.com>
Sat, 6 Mar 2004 23:08:44 +0000
(23:08 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12189
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/CodeGen/VirtRegMap.cpp
patch
|
blob
|
history
diff --git
a/lib/CodeGen/VirtRegMap.cpp
b/lib/CodeGen/VirtRegMap.cpp
index 4306caacb8da6949a7e5a5129781b41662e2237d..d2c53d5ba6f283d1ce37821ef6daa065290cd2b2 100644
(file)
--- a/
lib/CodeGen/VirtRegMap.cpp
+++ b/
lib/CodeGen/VirtRegMap.cpp
@@
-45,8
+45,7
@@
namespace {
cl::values(clEnumVal(simple, " simple spiller"),
clEnumVal(local, " local spiller"),
0),
-// cl::init(local));
- cl::init(simple));
+ cl::init(local));
}
int VirtRegMap::assignVirt2StackSlot(unsigned virtReg)