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 /include/llvm/Target/TargetLowering.h | |
parent | 050e163ae8b4bb6eb252b59e2f8f36e68ae9239d (diff) |
Diffstat (limited to 'include/llvm/Target/TargetLowering.h')
-rw-r--r-- | include/llvm/Target/TargetLowering.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Target/TargetLowering.h b/include/llvm/Target/TargetLowering.h index 863b7cd044fbc..304da4f87519c 100644 --- a/include/llvm/Target/TargetLowering.h +++ b/include/llvm/Target/TargetLowering.h @@ -2270,7 +2270,7 @@ public: } /// Return true if the MachineFunction contains a COPY which would imply - /// HasOpaqueSPAdjustment. + /// HasCopyImplyingStackAdjustment. virtual bool hasCopyImplyingStackAdjustment(MachineFunction *MF) const { return false; } |