aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/rs6000/predicates.md
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/rs6000/predicates.md')
-rw-r--r--gcc/config/rs6000/predicates.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/rs6000/predicates.md b/gcc/config/rs6000/predicates.md
index bdd1dbeb2f8..c1afd30f579 100644
--- a/gcc/config/rs6000/predicates.md
+++ b/gcc/config/rs6000/predicates.md
@@ -614,7 +614,7 @@
/* For SFmode, we have to convert the value to double on the assumption we
are moving it to a VSX register. */
- if (0 && mode == SFmode)
+ if (mode == SFmode)
{
int endian = (WORDS_BIG_ENDIAN == 0);
long l[2];