summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenFunction.h
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2010-05-16 00:44:00 +0000
committerDouglas Gregor <dgregor@apple.com>2010-05-16 00:44:00 +0000
commitc278d1b3b95b420b3e59c593ab02700025906b91 (patch)
tree3e92aa3b3a2d6587273bd79ab07630363f9581d4 /clang/lib/CodeGen/CodeGenFunction.h
parent1b8b8bf25f9347c6786616313a1c091bf496ea98 (diff)
downloadbcm5719-llvm-c278d1b3b95b420b3e59c593ab02700025906b91.tar.gz
bcm5719-llvm-c278d1b3b95b420b3e59c593ab02700025906b91.zip
Revert r103880 (thread-safe static initialization w/ exceptions),
because it's causing strange linker errors. Unfixes PR7144. llvm-svn: 103890
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.h')
-rw-r--r--clang/lib/CodeGen/CodeGenFunction.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/clang/lib/CodeGen/CodeGenFunction.h b/clang/lib/CodeGen/CodeGenFunction.h
index 9761fa0b508..151c13c8088 100644
--- a/clang/lib/CodeGen/CodeGenFunction.h
+++ b/clang/lib/CodeGen/CodeGenFunction.h
@@ -1258,8 +1258,7 @@ public:
bool IsInitializer = false);
void EmitCXXThrowExpr(const CXXThrowExpr *E);
- void EmitRethrow();
-
+
//===--------------------------------------------------------------------===//
// Internal Helpers
//===--------------------------------------------------------------------===//
OpenPOWER on IntegriCloud