[PATCH] D37555: [MachineScheduler] Put SchedRegion in an anonymous namespace.

Javed Absar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 7 08:37:29 PDT 2017


javed.absar added inline comments.


================
Comment at: lib/CodeGen/MachineScheduler.cpp:457
 };
+}
 
----------------
Please consider adding " // end anonymous namespace"
as is done with other such instances


https://reviews.llvm.org/D37555





More information about the llvm-commits mailing list