From: Alkis Evlogimenos Date: Sat, 6 Mar 2004 23:08:44 +0000 (+0000) Subject: As I wrote in the docs, simple is the default spiller :-) X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=5ae00066c6fca3ec479245191f1766a553acb1ec;p=oota-llvm.git 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 --- diff --git a/lib/CodeGen/VirtRegMap.cpp b/lib/CodeGen/VirtRegMap.cpp index 4306caacb8d..d2c53d5ba6f 100644 --- 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)