mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-06 23:32:27 +00:00
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:
parent
499b2bad27
commit
5ae00066c6
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user