From 4c0315d05fa0f707875686abc4f91f7a979a7c7b Mon Sep 17 00:00:00 2001 From: aldyh Date: Tue, 8 Nov 2011 11:13:41 +0000 Subject: Merge from transactional-memory branch. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@181154 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/tree.def | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'gcc/tree.def') diff --git a/gcc/tree.def b/gcc/tree.def index 77dc7d7489a..2a2363e7037 100644 --- a/gcc/tree.def +++ b/gcc/tree.def @@ -1076,6 +1076,10 @@ DEFTREECODE (OMP_ATOMIC_CAPTURE_NEW, "omp_atomic_capture_new", tcc_statement, 2) /* OpenMP clauses. */ DEFTREECODE (OMP_CLAUSE, "omp_clause", tcc_exceptional, 0) +/* TRANSACTION_EXPR tree code. + Operand 0: BODY: contains body of the transaction. */ +DEFTREECODE (TRANSACTION_EXPR, "transaction_expr", tcc_expression, 1) + /* Reduction operations. Operations that take a vector of elements and "reduce" it to a scalar result (e.g. summing the elements of the vector, finding the minimum over -- cgit v1.2.1