diff options
author | dim <dim@FreeBSD.org> | 2016-01-16 17:48:57 +0000 |
---|---|---|
committer | dim <dim@FreeBSD.org> | 2016-01-16 17:48:57 +0000 |
commit | 731d6a4184da5dc6e291de1c84a9d0f66a7c2199 (patch) | |
tree | 2f02540d73c62270432ceb5e70e1c6040197f67a /contrib/llvm/lib/CodeGen | |
parent | e766a64130d60c2c310ca48d9dff1602181a1dc5 (diff) | |
download | FreeBSD-src-731d6a4184da5dc6e291de1c84a9d0f66a7c2199.zip FreeBSD-src-731d6a4184da5dc6e291de1c84a9d0f66a7c2199.tar.gz |
Update llvm, clang and lldb to release_38 branch r257836.
Diffstat (limited to 'contrib/llvm/lib/CodeGen')
-rw-r--r-- | contrib/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp b/contrib/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp index 9f8759d..c075da4 100644 --- a/contrib/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp +++ b/contrib/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp @@ -634,7 +634,7 @@ bool SelectionDAGISel::runOnMachineFunction(MachineFunction &mf) { } if (TLI->hasCopyImplyingStackAdjustment(MF)) - MFI->setHasOpaqueSPAdjustment(true); + MFI->setHasCopyImplyingStackAdjustment(true); // Freeze the set of reserved registers now that MachineFrameInfo has been // set up. All the information required by getReservedRegs() should be |