Fix misleading comments.
authorJay Foad <jay.foad@amd.com>
Wed, 6 May 2020 10:07:45 +0000 (11:07 +0100)
committerJay Foad <jay.foad@amd.com>
Wed, 6 May 2020 10:08:25 +0000 (11:08 +0100)
llvm/include/llvm/CodeGen/Passes.h

index 7c9510b..5343d63 100644 (file)
@@ -192,11 +192,11 @@ namespace llvm {
   /// register allocation.
   extern char &ExpandPostRAPseudosID;
 
-  /// createPostRAHazardRecognizer - This pass runs the post-ra hazard
+  /// PostRAHazardRecognizer - This pass runs the post-ra hazard
   /// recognizer.
   extern char &PostRAHazardRecognizerID;
 
-  /// createPostRAScheduler - This pass performs post register allocation
+  /// PostRAScheduler - This pass performs post register allocation
   /// scheduling.
   extern char &PostRASchedulerID;