aboutsummaryrefslogtreecommitdiff
path: root/include/clang/CodeGen/ModuleBuilder.h
diff options
context:
space:
mode:
authorOwen Anderson <resistor@mac.com>2009-07-01 23:14:14 +0000
committerOwen Anderson <resistor@mac.com>2009-07-01 23:14:14 +0000
commit8f1ca78009ca1bdb66903c51b9bbaa81f58ea72a (patch)
tree5304e31c9eb5be13676781c0eefe44975035b5d1 /include/clang/CodeGen/ModuleBuilder.h
parentcca9e9674a5e50a283185d8e9d8a5c3414eb008e (diff)
Update for changes in LLVM. Hopefully this is the last one for a while.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@74657 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang/CodeGen/ModuleBuilder.h')
-rw-r--r--include/clang/CodeGen/ModuleBuilder.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/CodeGen/ModuleBuilder.h b/include/clang/CodeGen/ModuleBuilder.h
index cf83aaf129..12b74d5147 100644
--- a/include/clang/CodeGen/ModuleBuilder.h
+++ b/include/clang/CodeGen/ModuleBuilder.h
@@ -36,7 +36,7 @@ namespace clang {
CodeGenerator *CreateLLVMCodeGen(Diagnostic &Diags,
const std::string &ModuleName,
const CompileOptions &CO,
- const llvm::LLVMContext& C);
+ llvm::LLVMContext& C);
}
#endif