summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenFunction.h
diff options
context:
space:
mode:
authorEli Friedman <eli.friedman@gmail.com>2011-05-27 21:32:17 +0000
committerEli Friedman <eli.friedman@gmail.com>2011-05-27 21:32:17 +0000
commit380b8dad6b35ad71f076c08833ab3b6586f3ae12 (patch)
tree4b3f02812eafff417fbac3231d62332cf42e4d1d /clang/lib/CodeGen/CodeGenFunction.h
parent22ae696be7927ed8cedc9e710c7763b5859f5740 (diff)
downloadbcm5719-llvm-380b8dad6b35ad71f076c08833ab3b6586f3ae12.tar.gz
bcm5719-llvm-380b8dad6b35ad71f076c08833ab3b6586f3ae12.zip
Back out r132209; it's breaking nightly tests.
llvm-svn: 132219
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.h')
-rw-r--r--clang/lib/CodeGen/CodeGenFunction.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CodeGenFunction.h b/clang/lib/CodeGen/CodeGenFunction.h
index 8613f05e924..9aa7903ab79 100644
--- a/clang/lib/CodeGen/CodeGenFunction.h
+++ b/clang/lib/CodeGen/CodeGenFunction.h
@@ -1705,7 +1705,6 @@ public:
void EmitObjCAtThrowStmt(const ObjCAtThrowStmt &S);
void EmitObjCAtSynchronizedStmt(const ObjCAtSynchronizedStmt &S);
- llvm::Constant *getUnwindResumeFn();
llvm::Constant *getUnwindResumeOrRethrowFn();
void EnterCXXTryStmt(const CXXTryStmt &S, bool IsFnTryBlock = false);
void ExitCXXTryStmt(const CXXTryStmt &S, bool IsFnTryBlock = false);
OpenPOWER on IntegriCloud