summaryrefslogtreecommitdiff
path: root/tools/lto/LTOCodeGenerator.h
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2009-12-23 18:27:13 +0000
committerDouglas Gregor <dgregor@apple.com>2009-12-23 18:27:13 +0000
commit7aed44658ca96d01b3dc48c0de2379b05c823ed9 (patch)
treefe3a49726f467e2fbfd6ee84a9090541354e6969 /tools/lto/LTOCodeGenerator.h
parent0ff129f061233b724abe22fe048f06bcb06cd308 (diff)
downloadllvm-7aed44658ca96d01b3dc48c0de2379b05c823ed9.tar.gz
llvm-7aed44658ca96d01b3dc48c0de2379b05c823ed9.tar.bz2
llvm-7aed44658ca96d01b3dc48c0de2379b05c823ed9.tar.xz
Fix another -Wmismatched-tags warning
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92017 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/lto/LTOCodeGenerator.h')
-rw-r--r--tools/lto/LTOCodeGenerator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/lto/LTOCodeGenerator.h b/tools/lto/LTOCodeGenerator.h
index 2dd3f65657..cac3b8c8bf 100644
--- a/tools/lto/LTOCodeGenerator.h
+++ b/tools/lto/LTOCodeGenerator.h
@@ -33,7 +33,7 @@ struct LTOCodeGenerator {
LTOCodeGenerator();
~LTOCodeGenerator();
- bool addModule(class LTOModule*, std::string& errMsg);
+ bool addModule(struct LTOModule*, std::string& errMsg);
bool setDebugInfo(lto_debug_model, std::string& errMsg);
bool setCodePICModel(lto_codegen_model, std::string& errMsg);
void setAssemblerPath(const char* path);