aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/tilegx/tilegx.md
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/tilegx/tilegx.md')
-rw-r--r--gcc/config/tilegx/tilegx.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/config/tilegx/tilegx.md b/gcc/config/tilegx/tilegx.md
index 731828bd16f..75322e16721 100644
--- a/gcc/config/tilegx/tilegx.md
+++ b/gcc/config/tilegx/tilegx.md
@@ -904,7 +904,7 @@
;; Addresses
;;
-;; The next three patterns are used to to materialize a position
+;; The next three patterns are used to materialize a position
;; independent address by adding the difference of two labels to a base
;; label in the text segment, assuming that the difference fits in 32
;; signed bits.
@@ -964,7 +964,7 @@
"%1 = . + 8\n\tlnk\t%0"
[(set_attr "type" "Y1")])
-;; The next three patterns are used to to materialize a position
+;; The next three patterns are used to materialize a position
;; independent address by adding the difference of two labels to a
;; base label in the text segment, assuming that the difference fits
;; in 32 signed bits.
@@ -997,7 +997,7 @@
"flag_pic"
"add<x>\t%0, %r1, %r2")
-;; The next three patterns are used to to materialize a position
+;; The next three patterns are used to materialize a position
;; independent 64-bit address by adding the difference of two labels to
;; a base label in the text segment, without any limitation on the size
;; of the difference.