diff options
Diffstat (limited to 'tools/lto/LTOModule.h')
-rw-r--r-- | tools/lto/LTOModule.h | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/tools/lto/LTOModule.h b/tools/lto/LTOModule.h index e5f6dea7a7..cafb927abf 100644 --- a/tools/lto/LTOModule.h +++ b/tools/lto/LTOModule.h @@ -20,13 +20,10 @@ #include "llvm/Target/TargetMachine.h" #include "llvm/ADT/OwningPtr.h" #include "llvm/ADT/StringMap.h" - #include "llvm-c/lto.h" - #include <vector> #include <string> - // Forward references to llvm classes. namespace llvm { class Function; @@ -35,9 +32,9 @@ namespace llvm { class Value; } -// -// C++ class which implements the opaque lto_module_t type. -// +//===----------------------------------------------------------------------===// +/// LTOModule - C++ class which implements the opaque lto_module_t type. +/// struct LTOModule { private: typedef llvm::StringMap<uint8_t> StringSet; |