As I wrote in the docs, simple is the default spiller :-)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12189 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Alkis Evlogimenos 2004-03-06 23:08:44 +00:00
parent 499b2bad27
commit 5ae00066c6

View File

@ -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)