[PGO] Use template file to define runtime structures
[oota-llvm.git] / lib / Transforms / Utils / InstructionNamer.cpp
index c9bec9a9fa79752a45e35c442251941f836a5fd2..da890a2970051aa8f2c3bcdd2fb4fd9b8d21f3a5 100644 (file)
@@ -50,7 +50,7 @@ namespace {
   };
   
   char InstNamer::ID = 0;
-} // namespace
+}
 
 INITIALIZE_PASS(InstNamer, "instnamer", 
                 "Assign names to anonymous instructions", false, false)