[PATCH] D60651: [WebAssembly] Use Function::hasOptSize()

Heejin Ahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Apr 13 09:17:53 PDT 2019


aheejin accepted this revision.
aheejin added a comment.
This revision is now accepted and ready to land.

Thanks! Could you append `(NFC)` to the CL title?



================
Comment at: llvm/lib/Target/WebAssembly/WebAssemblyISelDAGToDAG.cpp:55
+    ForCodeSize = MF.getFunction().hasOptSize();
+
     Subtarget = &MF.getSubtarget<WebAssemblySubtarget>();
----------------
I think we can delete this newly added newline?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D60651/new/

https://reviews.llvm.org/D60651





More information about the llvm-commits mailing list