[PATCH] D126889: [NFC] format InstructionSimplify & lowerCaseFunctionNames
Sanjay Patel via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 8 12:58:44 PDT 2022
spatel accepted this revision.
spatel added a comment.
This revision is now accepted and ready to land.
LGTM
================
Comment at: llvm/lib/Analysis/InstructionSimplify.cpp:2553
-
static Type *GetCompareTy(Value *Op) {
return CmpInst::makeCmpResultType(Op->getType());
----------------
Missed a set of capitalized static functions starting here.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D126889/new/
https://reviews.llvm.org/D126889
More information about the llvm-commits
mailing list