Cosmetic change: if( -> if (
[oota-llvm.git] / tools / llvmc2 / AutoGenerated.h
1 //===--- Tools.cpp - The LLVM Compiler Driver -------------------*- C++ -*-===//
2 //
3 //                     The LLVM Compiler Infrastructure
4 //
5 // This file is distributed under the University of Illinois Open
6 // Source License. See LICENSE.TXT for details.
7 //
8 //===----------------------------------------------------------------------===//
9 //
10 //  Auto-generated tool descriptions - public interface.
11 //
12 //===----------------------------------------------------------------------===//
13
14 #ifndef LLVM_TOOLS_LLVMC2_AUTOGENERATED_H
15 #define LLVM_TOOLS_LLVMC2_AUTOGENERATED_H
16
17 #include "llvm/ADT/StringMap.h"
18
19 #include <string>
20
21 namespace llvmcc {
22
23   typedef llvm::StringMap<std::string> LanguageMap;
24   class CompilationGraph;
25
26   void PopulateLanguageMap(LanguageMap& language_map);
27   void PopulateCompilationGraph(CompilationGraph& tools);
28 }
29
30 #endif // LLVM_TOOLS_LLVMC2_AUTOGENERATED_H