diff options
| -rw-r--r-- | llvm/lib/CodeGen/VirtRegMap.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/lib/CodeGen/VirtRegMap.cpp b/llvm/lib/CodeGen/VirtRegMap.cpp index 4306caacb8d..d2c53d5ba6f 100644 --- a/llvm/lib/CodeGen/VirtRegMap.cpp +++ b/llvm/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) |

