[PATCH] D50659: [CodeGen] Fix remaining zext() assertions in SelectionDAG

Nico Weber via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 6 10:55:03 PDT 2018


thakis added inline comments.


================
Comment at: llvm/trunk/unittests/CodeGen/AArch64SelectionDAGTest.cpp:164
+
+int main(int argc, char **argv) {
+  ::testing::InitGoogleTest(&argc, argv);
----------------
Are you intentionally adding a main() here? add_llvm_unittests should provide one already, no?


Repository:
  rL LLVM

https://reviews.llvm.org/D50659





More information about the llvm-commits mailing list