Skip to content

Commit

Permalink
Fix misleading comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
jayfoad committed May 6, 2020
1 parent c6e1fd7 commit be65bb1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions llvm/include/llvm/CodeGen/Passes.h
Expand Up @@ -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;

Expand Down

0 comments on commit be65bb1

Please sign in to comment.