diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2017-01-02 19:17:04 +0000 | 
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2017-01-02 19:17:04 +0000 | 
| commit | b915e9e0fc85ba6f398b3fab0db6a81a8913af94 (patch) | |
| tree | 98b8f811c7aff2547cab8642daf372d6c59502fb /lib/CodeGen/PatchableFunction.cpp | |
| parent | 6421cca32f69ac849537a3cff78c352195e99f1b (diff) | |
Notes
Diffstat (limited to 'lib/CodeGen/PatchableFunction.cpp')
| -rw-r--r-- | lib/CodeGen/PatchableFunction.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/PatchableFunction.cpp b/lib/CodeGen/PatchableFunction.cpp index 32468c90b864..ad9166f1ed23 100644 --- a/lib/CodeGen/PatchableFunction.cpp +++ b/lib/CodeGen/PatchableFunction.cpp @@ -32,7 +32,7 @@ struct PatchableFunction : public MachineFunctionPass {    bool runOnMachineFunction(MachineFunction &F) override;     MachineFunctionProperties getRequiredProperties() const override {      return MachineFunctionProperties().set( -        MachineFunctionProperties::Property::AllVRegsAllocated); +        MachineFunctionProperties::Property::NoVRegs);    }  };  }  | 
