projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fec274d
)
Fixing an -Woverloaded-virtual warnings by exposing the hidden virtual function as...
author
Aaron Ballman
<aaron@aaronballman.com>
Thu, 31 Jul 2014 12:58:50 +0000
(12:58 +0000)
committer
Aaron Ballman
<aaron@aaronballman.com>
Thu, 31 Jul 2014 12:58:50 +0000
(12:58 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@214400
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/AArch64/AArch64InstrInfo.h
patch
|
blob
|
history
diff --git
a/lib/Target/AArch64/AArch64InstrInfo.h
b/lib/Target/AArch64/AArch64InstrInfo.h
index 400367f53580605363ac980d55c15e5aef3bb04d..d465fb757a088d3a3f62de896605844a58155dfb 100644
(file)
--- a/
lib/Target/AArch64/AArch64InstrInfo.h
+++ b/
lib/Target/AArch64/AArch64InstrInfo.h
@@
-119,6
+119,7
@@
public:
int FrameIndex, const TargetRegisterClass *RC,
const TargetRegisterInfo *TRI) const override;
+ using TargetInstrInfo::foldMemoryOperandImpl;
MachineInstr *
foldMemoryOperandImpl(MachineFunction &MF, MachineInstr *MI,
const SmallVectorImpl<unsigned> &Ops,