[WebAssembly] Move useAA() out of line to make it more convenient to experiment with.
[oota-llvm.git] / lib / Target / WebAssembly / WebAssemblySubtarget.cpp
index 3d9e7aacbfbf06f330f25a0f784cd3369d846a54..cb2d5a63a19f9ff2caf24f1c19966d9249c7be4c 100644 (file)
@@ -46,3 +46,4 @@ WebAssemblySubtarget::WebAssemblySubtarget(const Triple &TT,
       TLInfo(TM, *this) {}
 
 bool WebAssemblySubtarget::enableMachineScheduler() const { return true; }
+bool WebAssemblySubtarget::useAA() const { return true; }