diff options
| author | Eli Friedman <eli.friedman@gmail.com> | 2011-10-11 02:20:01 +0000 |
|---|---|---|
| committer | Eli Friedman <eli.friedman@gmail.com> | 2011-10-11 02:20:01 +0000 |
| commit | df14b3a8377fd020857ea6301d572d76c5a21221 (patch) | |
| tree | 46eb29fa0be24fdcce2916d35e6e4c0b1e59e63c /clang/lib/CodeGen/CodeGenFunction.h | |
| parent | 8782734bccd44f0bdce89b78606082fae9aabd74 (diff) | |
| download | bcm5719-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.h | 2 |
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 //===--------------------------------------------------------------------===// |

