aboutsummaryrefslogtreecommitdiff
path: root/gcc/match.pd
diff options
context:
space:
mode:
authorEric Botcazou <ebotcazou@adacore.com>2016-10-21 09:17:47 +0000
committerEric Botcazou <ebotcazou@gcc.gnu.org>2016-10-21 09:17:47 +0000
commit1c0a88060b0a9280d69fc8fa814ae953ab3b103a (patch)
tree0509a70b85c65967243d5c8e1ce89383cd4cf94a /gcc/match.pd
parent8572922996bd2db0400ccbf5043b1fdbff2fd936 (diff)
downloadgcc-1c0a88060b0a9280d69fc8fa814ae953ab3b103a.zip
gcc-1c0a88060b0a9280d69fc8fa814ae953ab3b103a.tar.gz
gcc-1c0a88060b0a9280d69fc8fa814ae953ab3b103a.tar.bz2
tree-ssa-loop-split.c: Remove trailing spaces.
* tree-ssa-loop-split.c: Remove trailing spaces. * match.pd: Likewise. From-SVN: r241398
Diffstat (limited to 'gcc/match.pd')
-rw-r--r--gcc/match.pd2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/match.pd b/gcc/match.pd
index 7888459..767d23a 100644
--- a/gcc/match.pd
+++ b/gcc/match.pd
@@ -2581,7 +2581,7 @@ DEFINE_INT_AND_FLOAT_ROUND_FN (RINT)
Disable the transform if either operand is pointer to function.
This broke pr22051-2.c for arm where function pointer
canonicalizaion is not wanted. */
-
+
(for cmp (ne eq)
(simplify
(cmp (convert @0) INTEGER_CST@1)