[PATCH] D19410: [scan-build] fix logic error warnings emitted on llvm code base

Apelete Seketeli via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 25 09:29:05 PDT 2016


apelete marked an inline comment as done.

================
Comment at: lib/Target/AMDGPU/SIInstrInfo.cpp:1839
@@ -1837,2 +1838,3 @@
     MO = &MI->getOperand(OpIdx);
 
+  if (!DefinedRC) {
----------------
Thanks for looking at it again.


http://reviews.llvm.org/D19410





More information about the llvm-commits mailing list