commit | c893a67fe38b82ac423ee45da4cc8dedfa05b8a6 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Fri Aug 08 19:57:58 2008 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Fri Aug 08 19:57:58 2008 +0000 |
tree | 7483a6b5fb4aa48697f5fcae96539e8582d8c159 | |
parent | 5927883970b3c6b977cb9261fa3a20497a5a86ef [diff] [blame] |
update to make IRBuilder API change. llvm-svn: 54548
diff --git a/clang/lib/CodeGen/CodeGenFunction.h b/clang/lib/CodeGen/CodeGenFunction.h index 374cdf6..27917a4 100644 --- a/clang/lib/CodeGen/CodeGenFunction.h +++ b/clang/lib/CodeGen/CodeGenFunction.h
@@ -231,7 +231,7 @@ TargetInfo &Target; typedef std::pair<llvm::Value *, llvm::Value *> ComplexPairTy; - llvm::IRBuilder Builder; + llvm::IRBuilder<> Builder; // Holds the Decl for the current function or method const Decl *CurFuncDecl;