Add a SubclassData field to SDNode, similar to what's done
[oota-llvm.git] / tools / llvmc2 / AutoGenerated.cpp
1 //===--- AutoGenerated.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 - implementation.
11 //
12 //===----------------------------------------------------------------------===//
13
14 #include "AutoGenerated.h"
15 #include "CompilationGraph.h"
16 #include "Tool.h"
17
18 #include "llvm/ADT/StringExtras.h"
19 #include "llvm/Support/CommandLine.h"
20
21 #include <cstdlib>
22 #include <stdexcept>
23
24 using namespace llvm;
25 using namespace llvmc;
26
27 namespace llvmc {
28   extern LanguageMap GlobalLanguageMap;
29   extern const std::string& GetLanguage(const sys::Path& File);
30 }
31
32 extern cl::opt<std::string> OutputFilename;
33
34 // The auto-generated file
35 #include "AutoGenerated.inc"