File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ class PLTCall : public BinaryFunctionPass {
2626 explicit PLTCall (const cl::opt<bool > &PrintPass)
2727 : BinaryFunctionPass(PrintPass) {}
2828
29- const char *getName () const override { return " PLT call optimization" ; }
29+ const char *getName () const override { return " plt- call- optimization" ; }
3030 bool shouldPrint (const BinaryFunction &BF) const override {
3131 return BinaryFunctionPass::shouldPrint (BF);
3232 }
Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ class TailDuplication : public BinaryFunctionPass {
143143
144144 explicit TailDuplication () : BinaryFunctionPass(false ) {}
145145
146- const char *getName () const override { return " tail duplication" ; }
146+ const char *getName () const override { return " tail- duplication" ; }
147147
148148 Error runOnFunctions (BinaryContext &BC) override ;
149149};
You can’t perform that action at this time.
0 commit comments