summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenFunction.cpp
diff options
context:
space:
mode:
authorMike Stump <mrs@apple.com>2009-03-04 18:57:26 +0000
committerMike Stump <mrs@apple.com>2009-03-04 18:57:26 +0000
commit06acea8a690b5c8349920c377b37cdf41e34931b (patch)
tree8a42f211f175197966b9a9414d4009afc8133d01 /clang/lib/CodeGen/CodeGenFunction.cpp
parent6c39666a77d4a57ff003ba127f8489aec6f74849 (diff)
downloadbcm5719-llvm-06acea8a690b5c8349920c377b37cdf41e34931b.tar.gz
bcm5719-llvm-06acea8a690b5c8349920c377b37cdf41e34931b.zip
Move some of the CodeGenFunction blocks code up and out. No
functionality change. llvm-svn: 66048
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.cpp')
-rw-r--r--clang/lib/CodeGen/CodeGenFunction.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/lib/CodeGen/CodeGenFunction.cpp b/clang/lib/CodeGen/CodeGenFunction.cpp
index d6e3394b8d8..0e9bf1a5bb9 100644
--- a/clang/lib/CodeGen/CodeGenFunction.cpp
+++ b/clang/lib/CodeGen/CodeGenFunction.cpp
@@ -24,8 +24,8 @@ using namespace clang;
using namespace CodeGen;
CodeGenFunction::CodeGenFunction(CodeGenModule &cgm)
- : CGM(cgm), Target(CGM.getContext().Target), DebugInfo(0), SwitchInsn(0),
- CaseRangeBlock(0), InvokeDest(0) {
+ : BlockFunction(Builder), CGM(cgm), Target(CGM.getContext().Target),
+ DebugInfo(0), SwitchInsn(0), CaseRangeBlock(0), InvokeDest(0) {
LLVMIntTy = ConvertType(getContext().IntTy);
LLVMPointerWidth = Target.getPointerWidth(0);
OpenPOWER on IntegriCloud