diff options
author | Chris Lattner <sabre@nondot.org> | 2008-04-13 07:32:11 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2008-04-13 07:32:11 +0000 |
commit | 50b36741673258aaebcd3c7fe1260031901cae57 (patch) | |
tree | f462debf1528d5b4d59be74eaf7015dff86e1ddf /lib/CodeGen/CGExprScalar.cpp | |
parent | 1b30cb27f894687c6021e7331265ae21aeb57d3f (diff) |
update to follow mainline llvm API change.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@49607 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CGExprScalar.cpp')
-rw-r--r-- | lib/CodeGen/CGExprScalar.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/CGExprScalar.cpp b/lib/CodeGen/CGExprScalar.cpp index 2f03f88ebf..a6bd604bbc 100644 --- a/lib/CodeGen/CGExprScalar.cpp +++ b/lib/CodeGen/CGExprScalar.cpp @@ -40,7 +40,7 @@ namespace { class VISIBILITY_HIDDEN ScalarExprEmitter : public StmtVisitor<ScalarExprEmitter, Value*> { CodeGenFunction &CGF; - llvm::LLVMFoldingBuilder &Builder; + llvm::IRBuilder &Builder; CGObjCRuntime *Runtime; |