aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorDouglas Gregor <doug.gregor@gmail.com>2009-12-23 18:27:13 +0000
committerDouglas Gregor <doug.gregor@gmail.com>2009-12-23 18:27:13 +0000
commitde6ca1d0e40c15cb72adc3d8f0c1db6270e722f1 (patch)
treefe3a49726f467e2fbfd6ee84a9090541354e6969 /tools
parentdd5f53564451820aaf891c570250f1dd6c1db91d (diff)
downloadexternal_llvm-de6ca1d0e40c15cb72adc3d8f0c1db6270e722f1.zip
external_llvm-de6ca1d0e40c15cb72adc3d8f0c1db6270e722f1.tar.gz
external_llvm-de6ca1d0e40c15cb72adc3d8f0c1db6270e722f1.tar.bz2
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')
-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 2dd3f65..cac3b8c 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);