Fix another -Wmismatched-tags warning
authorDouglas Gregor <dgregor@apple.com>
Wed, 23 Dec 2009 18:27:13 +0000 (18:27 +0000)
committerDouglas Gregor <dgregor@apple.com>
Wed, 23 Dec 2009 18:27:13 +0000 (18:27 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92017 91177308-0d34-0410-b5e6-96231b3b80d8

tools/lto/LTOCodeGenerator.h

index 2dd3f6565775899b93173d51c453f9c908115bc1..cac3b8c8bf6781fdd7e8949504ce74f53a1b8da1 100644 (file)
@@ -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);