aboutsummaryrefslogtreecommitdiff
path: root/gcc/optabs.c
diff options
context:
space:
mode:
authorNathan Sidwell <nathan@gcc.gnu.org>2017-06-30 17:00:46 +0000
committerNathan Sidwell <nathan@gcc.gnu.org>2017-06-30 17:00:46 +0000
commit618400bc14b5c52a450e91d59632d5b08ae1a325 (patch)
treead3b95702069a60d64947311946c8789498fb972 /gcc/optabs.c
parent84682fd249b3f86e88e79b47527b168c873dc5f0 (diff)
downloadgcc-618400bc14b5c52a450e91d59632d5b08ae1a325.zip
gcc-618400bc14b5c52a450e91d59632d5b08ae1a325.tar.gz
gcc-618400bc14b5c52a450e91d59632d5b08ae1a325.tar.bz2
ggc.h (empty_string): Delete.
* ggc.h (empty_string): Delete. * cfgexpand.c (expand_asm_stmt): Use plain "". * optabs.c (expand_asm_memory_barrier): Likewise. * stringpool.c (empty_string): Delete. (digit_vector, digit_string): Delete. (ggc_alloc_string): Use plain "", don't optimize single digit strings. Use ggc_alloc_atomic. From-SVN: r249851
Diffstat (limited to 'gcc/optabs.c')
-rw-r--r--gcc/optabs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/optabs.c b/gcc/optabs.c
index 9598adf..8fd5d91 100644
--- a/gcc/optabs.c
+++ b/gcc/optabs.c
@@ -6278,7 +6278,7 @@ expand_asm_memory_barrier (void)
{
rtx asm_op, clob;
- asm_op = gen_rtx_ASM_OPERANDS (VOIDmode, empty_string, empty_string, 0,
+ asm_op = gen_rtx_ASM_OPERANDS (VOIDmode, "", "", 0,
rtvec_alloc (0), rtvec_alloc (0),
rtvec_alloc (0), UNKNOWN_LOCATION);
MEM_VOLATILE_P (asm_op) = 1;