mirror of
https://github.com/RPCS3/llvm.git
synced 2025-03-01 07:09:02 +00:00
[WebAssembly] Move useAA() out of line to make it more convenient to experiment with.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@254856 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e7174bd9a6
commit
ecc456747e
@ -46,3 +46,4 @@ WebAssemblySubtarget::WebAssemblySubtarget(const Triple &TT,
|
||||
TLInfo(TM, *this) {}
|
||||
|
||||
bool WebAssemblySubtarget::enableMachineScheduler() const { return true; }
|
||||
bool WebAssemblySubtarget::useAA() const { return true; }
|
||||
|
@ -69,7 +69,7 @@ public:
|
||||
}
|
||||
const Triple &getTargetTriple() const { return TargetTriple; }
|
||||
bool enableMachineScheduler() const override;
|
||||
bool useAA() const override { return true; }
|
||||
bool useAA() const override;
|
||||
|
||||
// Predicates used by WebAssemblyInstrInfo.td.
|
||||
bool hasAddr64() const { return TargetTriple.isArch64Bit(); }
|
||||
|
Loading…
x
Reference in New Issue
Block a user