aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/AArch64/AArch64InstrInfo.h
diff options
context:
space:
mode:
authorStephen Hines <srhines@google.com>2014-10-17 20:24:27 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-10-17 20:24:27 +0000
commit0d30cfd0e95d828428d8fae164a4b567c005847a (patch)
treebcec4a74ba7cd1f74232529538cf67791ef27752 /lib/Target/AArch64/AArch64InstrInfo.h
parent174cfc0e722b8cfd4887564e6c2d827e7e8764ba (diff)
parent281cc67b6ac794b1eb8232e6efca366d870dad43 (diff)
downloadexternal_llvm-0d30cfd0e95d828428d8fae164a4b567c005847a.zip
external_llvm-0d30cfd0e95d828428d8fae164a4b567c005847a.tar.gz
external_llvm-0d30cfd0e95d828428d8fae164a4b567c005847a.tar.bz2
am 281cc67b: Merge "Bring in fixes for Cortex-A53 errata + build updates."
* commit '281cc67b6ac794b1eb8232e6efca366d870dad43': Bring in fixes for Cortex-A53 errata + build updates.
Diffstat (limited to 'lib/Target/AArch64/AArch64InstrInfo.h')
-rw-r--r--lib/Target/AArch64/AArch64InstrInfo.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Target/AArch64/AArch64InstrInfo.h b/lib/Target/AArch64/AArch64InstrInfo.h
index f70b82b..b27565e 100644
--- a/lib/Target/AArch64/AArch64InstrInfo.h
+++ b/lib/Target/AArch64/AArch64InstrInfo.h
@@ -46,6 +46,8 @@ public:
unsigned GetInstSizeInBytes(const MachineInstr *MI) const;
+ bool isAsCheapAsAMove(const MachineInstr *MI) const override;
+
bool isCoalescableExtInstr(const MachineInstr &MI, unsigned &SrcReg,
unsigned &DstReg, unsigned &SubIdx) const override;