[PATCH] D19083: [scan-build] fix warnings emitted on LLVM CodeGen code base
Matthias Braun via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 18 16:22:27 PST 2016
MatzeB accepted this revision.
MatzeB added a comment.
This revision is now accepted and ready to land.
LGTM
================
Comment at: lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp:6469
+
+ assert(RC && "TargetRegisterClass needs to be not NULL");
+
----------------
... "must not be NULL"
https://reviews.llvm.org/D19083
More information about the llvm-commits
mailing list