summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenFunction.h
diff options
context:
space:
mode:
authorEli Friedman <eli.friedman@gmail.com>2011-10-11 02:20:01 +0000
committerEli Friedman <eli.friedman@gmail.com>2011-10-11 02:20:01 +0000
commitdf14b3a8377fd020857ea6301d572d76c5a21221 (patch)
tree46eb29fa0be24fdcce2916d35e6e4c0b1e59e63c /clang/lib/CodeGen/CodeGenFunction.h
parent8782734bccd44f0bdce89b78606082fae9aabd74 (diff)
downloadbcm5719-llvm-df14b3a8377fd020857ea6301d572d76c5a21221.tar.gz
bcm5719-llvm-df14b3a8377fd020857ea6301d572d76c5a21221.zip
Initial implementation of __atomic_* (everything except __atomic_is_lock_free).
llvm-svn: 141632
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.h')
-rw-r--r--clang/lib/CodeGen/CodeGenFunction.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/clang/lib/CodeGen/CodeGenFunction.h b/clang/lib/CodeGen/CodeGenFunction.h
index e53ed30256c..157623da8fd 100644
--- a/clang/lib/CodeGen/CodeGenFunction.h
+++ b/clang/lib/CodeGen/CodeGenFunction.h
@@ -2283,6 +2283,8 @@ public:
void EmitCXXThrowExpr(const CXXThrowExpr *E);
+ RValue EmitAtomicExpr(AtomicExpr *E, llvm::Value *Dest = 0);
+
//===--------------------------------------------------------------------===//
// Annotations Emission
//===--------------------------------------------------------------------===//
OpenPOWER on IntegriCloud