mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 18:54:02 +01:00
Fix misleading comments.
This commit is contained in:
parent
79dea5077e
commit
592448f7b1
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user