summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/WebAssembly/WebAssemblyISelLowering.h
diff options
context:
space:
mode:
authorSam Clegg <sbc@chromium.org>2019-03-18 21:21:12 +0000
committerSam Clegg <sbc@chromium.org>2019-03-18 21:21:12 +0000
commitb7708ec87fcfaaa1526469bd010cb10f9b9f1495 (patch)
tree86248c8c58de521f64d53c8799588b8b598eb4d3 /llvm/lib/Target/WebAssembly/WebAssemblyISelLowering.h
parentf89343bc47dcac93aa333b2363f4a681143c463f (diff)
downloadbcm5719-llvm-b7708ec87fcfaaa1526469bd010cb10f9b9f1495.tar.gz
bcm5719-llvm-b7708ec87fcfaaa1526469bd010cb10f9b9f1495.zip
[WebAssembly] Don't override default implementation of isOffsetFoldingLegal. NFC.
The default implementation does we want and is going to more compatible with dynamic linking (-fPIC) support that is planned. This is NFC because currently we only build wasm with `-relocation-model=static` which in turn means that the default `isOffsetFoldingLegal` always returns true today. Differential Revision: https://reviews.llvm.org/D54661 llvm-svn: 356410
Diffstat (limited to 'llvm/lib/Target/WebAssembly/WebAssemblyISelLowering.h')
-rw-r--r--llvm/lib/Target/WebAssembly/WebAssemblyISelLowering.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Target/WebAssembly/WebAssemblyISelLowering.h b/llvm/lib/Target/WebAssembly/WebAssemblyISelLowering.h
index ee2e863685a..81e85fc8a0c 100644
--- a/llvm/lib/Target/WebAssembly/WebAssemblyISelLowering.h
+++ b/llvm/lib/Target/WebAssembly/WebAssemblyISelLowering.h
@@ -46,7 +46,6 @@ private:
AtomicExpansionKind shouldExpandAtomicRMWInIR(AtomicRMWInst *) const override;
FastISel *createFastISel(FunctionLoweringInfo &FuncInfo,
const TargetLibraryInfo *LibInfo) const override;
- bool isOffsetFoldingLegal(const GlobalAddressSDNode *GA) const override;
MVT getScalarShiftAmountTy(const DataLayout &DL, EVT) const override;
MachineBasicBlock *
EmitInstrWithCustomInserter(MachineInstr &MI,
OpenPOWER on IntegriCloud