diff options
Diffstat (limited to 'gcc/trans-mem.c')
-rw-r--r-- | gcc/trans-mem.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/trans-mem.c b/gcc/trans-mem.c index 9ce646a..0b1c8a5 100644 --- a/gcc/trans-mem.c +++ b/gcc/trans-mem.c @@ -3803,7 +3803,6 @@ ipa_tm_scan_irr_block (basic_block bb) { tree t = build1 (NOP_EXPR, void_type_node, size_zero_node); SET_EXPR_LOCATION (t, gimple_location (stmt)); - TREE_BLOCK (t) = gimple_block (stmt); error ("%Kasm not allowed in %<transaction_safe%> function", t); } return true; |