aboutsummaryrefslogtreecommitdiff
path: root/CodeGen/CodeGenFunction.h
diff options
context:
space:
mode:
authorDevang Patel <dpatel@apple.com>2007-10-09 19:49:58 +0000
committerDevang Patel <dpatel@apple.com>2007-10-09 19:49:58 +0000
commit50c9034ea90a01e302cb46a5fc2fdeb1a6d03ebc (patch)
treeb21e9465f766456b1e634d6dbc485bfd5b5c5ac5 /CodeGen/CodeGenFunction.h
parent0be657cb85538ff20358b700062a17450716419b (diff)
Use LLVMFoldingBuilder
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@42807 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'CodeGen/CodeGenFunction.h')
-rw-r--r--CodeGen/CodeGenFunction.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/CodeGen/CodeGenFunction.h b/CodeGen/CodeGenFunction.h
index c62541bea5..b48280cd31 100644
--- a/CodeGen/CodeGenFunction.h
+++ b/CodeGen/CodeGenFunction.h
@@ -209,7 +209,7 @@ public:
TargetInfo &Target;
typedef std::pair<llvm::Value *, llvm::Value *> ComplexPairTy;
- llvm::LLVMBuilder Builder;
+ llvm::LLVMFoldingBuilder Builder;
const FunctionDecl *CurFuncDecl;
llvm::Function *CurFn;