[PATCH] D25278: [AVR] Add AVRISelDAGToDAG.cpp

Krzysztof Parzyszek via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 12 08:06:39 PDT 2016


kparzysz added inline comments.


================
Comment at: lib/Target/AVR/AVRISelDAGToDAG.cpp:132
+
+    return 0;
+  }
----------------
All the "return 0" in this function should be "return nullptr".


https://reviews.llvm.org/D25278





More information about the llvm-commits mailing list