[PATCH] D62656: Make SwitchInstProfUpdateWrapper safer

Alina Sbirlea via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 31 13:23:00 PDT 2019


asbirlea added inline comments.


================
Comment at: llvm/lib/IR/Instructions.cpp:48
 
+static cl::opt<bool> SwicthInstProfUpdateWrapperStrinct(
+    "switch-inst-prof-update-wrapper-strict", cl::Hidden,
----------------
davidxl wrote:
> typo: Strinct
also typo: Swicth, var name and in the cl::desc below.


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

https://reviews.llvm.org/D62656





More information about the llvm-commits mailing list