diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2016-01-16 17:17:12 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2016-01-16 17:17:12 +0000 |
commit | dfab1a98e00a97e03f1d59a3cbdc33ced8622a9c (patch) | |
tree | d98eb329c62cf06c560c5bd3ac3404fcbbc970e4 /lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp | |
parent | 050e163ae8b4bb6eb252b59e2f8f36e68ae9239d (diff) |
Diffstat (limited to 'lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp')
-rw-r--r-- | lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp b/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp index 9f8759df0bab0..c075da4738ad6 100644 --- a/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp +++ b/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 |