aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorSegher Boessenkool <segher@kernel.crashing.org>2020-06-29 17:17:51 +0000
committerSegher Boessenkool <segher@kernel.crashing.org>2020-06-29 20:11:12 +0000
commit4e06c4a3446687f1ba110ddfa16d40a253f7df51 (patch)
tree812f20e298f0dbe9d576a169b837a93f3cd12848 /gcc
parent346bce6fe0cf1ed5f6a7ad732d2361d77b203c87 (diff)
downloadgcc-4e06c4a3446687f1ba110ddfa16d40a253f7df51.zip
gcc-4e06c4a3446687f1ba110ddfa16d40a253f7df51.tar.gz
gcc-4e06c4a3446687f1ba110ddfa16d40a253f7df51.tar.bz2
rs6000: Rename isa attribute "fut" to "p10"
I missed this when grepping for "future". 2020-06-29 Segher Boessenkool <segher@kernel.crashing.org> * config/rs6000/rs6000.md (isa): Rename "fut" to "p10".
Diffstat (limited to 'gcc')
-rw-r--r--gcc/config/rs6000/rs6000.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/gcc/config/rs6000/rs6000.md b/gcc/config/rs6000/rs6000.md
index c90a691..7baaa61 100644
--- a/gcc/config/rs6000/rs6000.md
+++ b/gcc/config/rs6000/rs6000.md
@@ -322,7 +322,7 @@
(const (symbol_ref "(enum attr_cpu) rs6000_tune")))
;; The ISA we implement.
-(define_attr "isa" "any,p5,p6,p7,p7v,p8v,p9v,p9kf,p9tf,fut"
+(define_attr "isa" "any,p5,p6,p7,p7v,p8v,p9v,p9kf,p9tf,p10"
(const_string "any"))
;; Is this alternative enabled for the current CPU/ISA/etc.?
@@ -363,7 +363,7 @@
(match_test "FLOAT128_VECTOR_P (TFmode)"))
(const_int 1)
- (and (eq_attr "isa" "fut")
+ (and (eq_attr "isa" "p10")
(match_test "TARGET_POWER10"))
(const_int 1)
] (const_int 0)))
@@ -1787,7 +1787,7 @@
addis %0,%1,%v2
addi %0,%1,%2"
[(set_attr "type" "add")
- (set_attr "isa" "*,*,*,fut")])
+ (set_attr "isa" "*,*,*,p10")])
(define_insn "*addsi3_high"
[(set (match_operand:SI 0 "gpc_reg_operand" "=b")
@@ -7067,7 +7067,7 @@
"*, *,
*, p8v, p8v,
*, p8v, p8v,
- *, *, fut, *,
+ *, *, p10, *,
p8v, p9v, p9v, p8v,
p9v, p8v, p9v,
p8v, p8v,
@@ -9007,7 +9007,7 @@
*, *")
(set_attr "isa"
"*, *, *,
- *, *, fut, *,
+ *, *, p10, *,
*, *, *,
p9v, p7v, p9v, p7v, *,
p9v, p9v, p7v, *, *,