[PATCH] D62656: Make SwitchInstProfUpdateWrapper safer

David Li via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 31 12:39:19 PDT 2019


davidxl added a comment.

once the cleanup is done, the state tracking should be removed as well.



================
Comment at: llvm/lib/IR/Instructions.cpp:48
 
+static cl::opt<bool> SwicthInstProfUpdateWrapperStrinct(
+    "switch-inst-prof-update-wrapper-strict", cl::Hidden,
----------------
typo: Strinct


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

https://reviews.llvm.org/D62656





More information about the llvm-commits mailing list