diff options
Diffstat (limited to 'gnu/llvm/lib/CodeGen/PostRASchedulerList.cpp')
| -rw-r--r-- | gnu/llvm/lib/CodeGen/PostRASchedulerList.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/llvm/lib/CodeGen/PostRASchedulerList.cpp b/gnu/llvm/lib/CodeGen/PostRASchedulerList.cpp index 3fce307f3dd..6081916a6a8 100644 --- a/gnu/llvm/lib/CodeGen/PostRASchedulerList.cpp +++ b/gnu/llvm/lib/CodeGen/PostRASchedulerList.cpp @@ -98,7 +98,7 @@ namespace { MachineFunctionProperties getRequiredProperties() const override { return MachineFunctionProperties().set( - MachineFunctionProperties::Property::AllVRegsAllocated); + MachineFunctionProperties::Property::NoVRegs); } bool runOnMachineFunction(MachineFunction &Fn) override; |
