[PATCH] D34675: Fix incorrect comment in machine-scheduler

Javed Absar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 27 09:50:13 PDT 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rL306424: Fix incorrect comment in machine-scheduler (authored by javed.absar).

Changed prior to commit:
  https://reviews.llvm.org/D34675?vs=104114&id=104196#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D34675

Files:
  llvm/trunk/include/llvm/CodeGen/MachineScheduler.h


Index: llvm/trunk/include/llvm/CodeGen/MachineScheduler.h
===================================================================
--- llvm/trunk/include/llvm/CodeGen/MachineScheduler.h
+++ llvm/trunk/include/llvm/CodeGen/MachineScheduler.h
@@ -32,7 +32,7 @@
 //
 // ScheduleDAGInstrs *<Target>PassConfig::
 // createMachineScheduler(MachineSchedContext *C) {
-//   return new ScheduleDAGMI(C, CustomStrategy(C));
+//   return new ScheduleDAGMILive(C, CustomStrategy(C));
 // }
 //
 // The DAG builder can also be customized in a sense by adding DAG mutations


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D34675.104196.patch
Type: text/x-patch
Size: 555 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170627/84e3a7bf/attachment.bin>


More information about the llvm-commits mailing list