Push constness through LoopInfo::isLoopHeader and clean it up a bit.
[oota-llvm.git] / include / llvm / CodeGen / GCs.h
index 64a01a3c1b494cd34fa9cb92b04614b762771fea..5207f801c84ea652f858ed3e70f3a4824346eb5d 100644 (file)
@@ -21,7 +21,7 @@ class GCMetadataPrinter;
 /// FIXME: Collector instances are not useful on their own. These no longer
 ///        serve any purpose except to link in the plugins.
 
-/// Creates a CoreCLR-compatible garbage collector.\r
+/// Creates a CoreCLR-compatible garbage collector.
 void linkCoreCLRGC();
 
 /// Creates an ocaml-compatible garbage collector.