[PATCH] D55283: CodeGen: Refactor regallocator command line and target selection
Heejin Ahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 4 21:22:49 PST 2018
aheejin added inline comments.
================
Comment at: lib/Target/WebAssembly/WebAssemblyTargetMachine.cpp:193
+ return false;
+ }
};
----------------
Could you clang-format these? clang-format would place these short functions in a single line.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D55283/new/
https://reviews.llvm.org/D55283
More information about the llvm-commits
mailing list