1
0
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:
Jay Foad 2020-05-06 11:07:45 +01:00
parent 79dea5077e
commit 592448f7b1

View 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;