summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/WebAssembly/WebAssemblySubtarget.h
diff options
context:
space:
mode:
authorDan Gohman <dan433584@gmail.com>2015-12-05 19:27:18 +0000
committerDan Gohman <dan433584@gmail.com>2015-12-05 19:27:18 +0000
commit7615e46919996f9bbe46c3982abbbaf0570c6bac (patch)
tree771afed29c2a43623a3fd9844b5cb10fdafd8b16 /llvm/lib/Target/WebAssembly/WebAssemblySubtarget.h
parentb0921ca9e116317df45d4dead32c42da6c99f172 (diff)
downloadbcm5719-llvm-7615e46919996f9bbe46c3982abbbaf0570c6bac.tar.gz
bcm5719-llvm-7615e46919996f9bbe46c3982abbbaf0570c6bac.zip
[WebAssembly] Move useAA() out of line to make it more convenient to experiment with.
llvm-svn: 254856
Diffstat (limited to 'llvm/lib/Target/WebAssembly/WebAssemblySubtarget.h')
-rw-r--r--llvm/lib/Target/WebAssembly/WebAssemblySubtarget.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/WebAssembly/WebAssemblySubtarget.h b/llvm/lib/Target/WebAssembly/WebAssemblySubtarget.h
index 9b17300e497..f530a290fa0 100644
--- a/llvm/lib/Target/WebAssembly/WebAssemblySubtarget.h
+++ b/llvm/lib/Target/WebAssembly/WebAssemblySubtarget.h
@@ -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(); }
OpenPOWER on IntegriCloud