Commit 34c136b6 by David Malcolm Committed by David Malcolm

tsan.c (tsan_atomic_table): Make const.

	* tsan.c (tsan_atomic_table): Make const.

From-SVN: r199690
parent 41e88783
2013-06-05 David Malcolm <dmalcolm@redhat.com>
* tsan.c (tsan_atomic_table): Make const.
2013-06-05 Richard Biener <rguenther@suse.de>
* tree-streamer.c (streamer_tree_cache_insert_1): Update the
......
......@@ -198,7 +198,7 @@ enum tsan_atomic_action
/* Table how to map sync/atomic builtins to their corresponding
tsan equivalents. */
static struct tsan_map_atomic
static const struct tsan_map_atomic
{
enum built_in_function fcode, tsan_fcode;
enum tsan_atomic_action action;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment