aaron.ballman added a comment.

I'm not comfortable giving the final LG but the changes here look reasonable to 
me.



================
Comment at: clang/lib/CodeGen/CGStmt.cpp:829-831
+      CGM.getCodeGenOpts().OptimizationLevel) {
     LH = Stmt::getLikelihood(S.getThen(), S.getElse());
+  }
----------------
You can drop the braces here per the coding standard.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D134456/new/

https://reviews.llvm.org/D134456

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to