diff options
author | rsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-05-01 10:49:14 +0000 |
---|---|---|
committer | rsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-05-01 10:49:14 +0000 |
commit | 52c6c602f0c1a0008170c0594c09939e21bb3909 (patch) | |
tree | 810cc8685d927da3213932d1bc7efb409bf3cbc0 | |
parent | cd89b631eed9aaa2e9fa3cfd57465d643e7020f2 (diff) | |
download | gcc-52c6c602f0c1a0008170c0594c09939e21bb3909.tar.gz |
...and remove accidentally committed changes in r209976
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/wide-int@209977 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r-- | gcc/tree-ssa-loop-ivcanon.c | 5 | ||||
-rw-r--r-- | libcpp/lex.c | 3 |
2 files changed, 2 insertions, 6 deletions
diff --git a/gcc/tree-ssa-loop-ivcanon.c b/gcc/tree-ssa-loop-ivcanon.c index e9a9cfbd1fe..6b5a4eb5d00 100644 --- a/gcc/tree-ssa-loop-ivcanon.c +++ b/gcc/tree-ssa-loop-ivcanon.c @@ -685,10 +685,7 @@ try_unroll_loop_completely (struct loop *loop, /* We do not know the number of iterations and thus we can not eliminate the EXIT edge. */ else - { - n_unroll = 0; - exit = NULL; - } + exit = NULL; /* See if we can improve our estimate by using recorded loop bounds. */ if (maxiter >= 0 diff --git a/libcpp/lex.c b/libcpp/lex.c index 94f7843e09f..b7836225332 100644 --- a/libcpp/lex.c +++ b/libcpp/lex.c @@ -270,8 +270,7 @@ search_line_acc_char (const uchar *s, const uchar *end ATTRIBUTE_UNUSED) extensions used, so SSE4.2 executables cannot run on machines that don't support that extension. */ -#if 0 -/* #if (GCC_VERSION >= 4005) && (defined(__i386__) || defined(__x86_64__)) && !(defined(__sun__) && defined(__svr4__)) */ +#if (GCC_VERSION >= 4005) && (defined(__i386__) || defined(__x86_64__)) && !(defined(__sun__) && defined(__svr4__)) /* Replicated character data to be shared between implementations. Recall that outside of a context with vector support we can't |