diff options
author | Anders Carlsson <andersca@mac.com> | 2009-02-10 06:07:49 +0000 |
---|---|---|
committer | Anders Carlsson <andersca@mac.com> | 2009-02-10 06:07:49 +0000 |
commit | 33c1b6528f656f45a0d7dff9f8b66086919a1d7f (patch) | |
tree | e13cceebd9821b5a39101517e8d296242a038171 /clang/lib/CodeGen/CodeGenFunction.cpp | |
parent | 9b6c1d6313035a11651c5c74f6cc1e354bdb2985 (diff) | |
download | bcm5719-llvm-33c1b6528f656f45a0d7dff9f8b66086919a1d7f.tar.gz bcm5719-llvm-33c1b6528f656f45a0d7dff9f8b66086919a1d7f.zip |
Remove the last remnants of the Obj-C EH stack code.
llvm-svn: 64205
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.cpp')
-rw-r--r-- | clang/lib/CodeGen/CodeGenFunction.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CodeGenFunction.cpp b/clang/lib/CodeGen/CodeGenFunction.cpp index 153fcc8ec47..827ad6cc97a 100644 --- a/clang/lib/CodeGen/CodeGenFunction.cpp +++ b/clang/lib/CodeGen/CodeGenFunction.cpp @@ -24,7 +24,7 @@ using namespace CodeGen; CodeGenFunction::CodeGenFunction(CodeGenModule &cgm) : CGM(cgm), Target(CGM.getContext().Target), SwitchInsn(NULL), - CaseRangeBlock(NULL), StackDepth(0) { + CaseRangeBlock(NULL) { LLVMIntTy = ConvertType(getContext().IntTy); LLVMPointerWidth = Target.getPointerWidth(0); } |