[llvm] dd56715 - [NFC] Remove redundant InstCombinePass name

Arthur Eubanks via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 20 22:23:22 PDT 2021


Author: Arthur Eubanks
Date: 2021-04-20T22:23:07-07:00
New Revision: dd56715326028187d35d4a0afe87b942a1073752

URL: https://github.com/llvm/llvm-project/commit/dd56715326028187d35d4a0afe87b942a1073752
DIFF: https://github.com/llvm/llvm-project/commit/dd56715326028187d35d4a0afe87b942a1073752.diff

LOG: [NFC] Remove redundant InstCombinePass name

Added: 
    

Modified: 
    llvm/include/llvm/Transforms/InstCombine/InstCombine.h

Removed: 
    


################################################################################
diff  --git a/llvm/include/llvm/Transforms/InstCombine/InstCombine.h b/llvm/include/llvm/Transforms/InstCombine/InstCombine.h
index 0ad4f54fd465d..af6d2a18a25a1 100644
--- a/llvm/include/llvm/Transforms/InstCombine/InstCombine.h
+++ b/llvm/include/llvm/Transforms/InstCombine/InstCombine.h
@@ -27,8 +27,6 @@ class InstCombinePass : public PassInfoMixin<InstCombinePass> {
   const unsigned MaxIterations;
 
 public:
-  static StringRef name() { return "InstCombinePass"; }
-
   explicit InstCombinePass();
   explicit InstCombinePass(unsigned MaxIterations);
 


        


More information about the llvm-commits mailing list