fix warning when assertions disabled.
[oota-llvm.git] / tools / llvmc2 / AutoGenerated.h
index 49248d9f1317c16d6578628b59bac11b4667eea9..5ace7d2a943e79bfc808fc43fa534ba57a7040a2 100644 (file)
@@ -1,4 +1,4 @@
-//===--- Tools.cpp - The LLVM Compiler Driver -------------------*- C++ -*-===//
+//===--- AutoGenerated.h - The LLVM Compiler Driver -------------*- C++ -*-===//
 //
 //                     The LLVM Compiler Infrastructure
 //
@@ -23,7 +23,11 @@ namespace llvmc {
   typedef llvm::StringMap<std::string> LanguageMap;
   class CompilationGraph;
 
-  void PopulateLanguageMap(LanguageMap& language_map);
+  /// PopulateLanguageMap - The auto-generated function that fills in
+  /// the language map (map from file extensions to language names).
+  void PopulateLanguageMap();
+  /// PopulateCompilationGraph - The auto-generated function that
+  /// populates the compilation graph with nodes and edges.
   void PopulateCompilationGraph(CompilationGraph& tools);
 }