diff options
Diffstat (limited to 'llvm/tools/llvmc2/AutoGenerated.h')
-rw-r--r-- | llvm/tools/llvmc2/AutoGenerated.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/llvmc2/AutoGenerated.h b/llvm/tools/llvmc2/AutoGenerated.h index 3b65256e0a5..106a04ef845 100644 --- a/llvm/tools/llvmc2/AutoGenerated.h +++ b/llvm/tools/llvmc2/AutoGenerated.h @@ -25,7 +25,7 @@ namespace llvmc { /// PopulateLanguageMap - The auto-generated function that fills in /// the language map (map from file extensions to language names). - void PopulateLanguageMap(LanguageMap& language_map); + void PopulateLanguageMap(); /// PopulateCompilationGraph - The auto-generated function that /// populates the compilation graph with nodes and edges. void PopulateCompilationGraph(CompilationGraph& tools); |