update to make IRBuilder API change.

llvm-svn: 54548
This commit is contained in:
Chris Lattner
2008-08-08 19:57:58 +00:00
parent 5927883970
commit c893a67fe3
8 changed files with 37 additions and 35 deletions

View File

@@ -231,7 +231,7 @@ public:
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;