Commit 79f0e157 by Chung-Ju Wu Committed by Chung-Ju Wu

[NDS32] Remove unused insn type: call.

gcc/
	* config/nds32/nds32.md (type): Remove call.
	* config/nds32/pipelines.md (simple_insn): Likewise.

From-SVN: r259204
parent 0bb4423d
2018-04-07 Chung-Ju Wu <jasonwucj@gmail.com>
* config/nds32/nds32.md (type): Remove call.
* config/nds32/pipelines.md (simple_insn): Likewise.
2018-04-07 Monk Chiang <sh.chiang04@gmail.com> 2018-04-07 Monk Chiang <sh.chiang04@gmail.com>
* config/nds32/constants.md (unspec_volatile_element): Add * config/nds32/constants.md (unspec_volatile_element): Add
......
...@@ -55,7 +55,7 @@ ...@@ -55,7 +55,7 @@
;; Insn type, it is used to default other attribute values. ;; Insn type, it is used to default other attribute values.
(define_attr "type" (define_attr "type"
"unknown,load,store,load_multiple,store_multiple,alu,alu_shift,mul,mac,div,branch,call,misc,\ "unknown,load,store,load_multiple,store_multiple,alu,alu_shift,mul,mac,div,branch,misc,\
falu,fmuls,fmuld,fmacs,fmacd,fdivs,fdivd,fsqrts,fsqrtd,fcmp,fabs,fcpy,fcmov,fmfsr,fmfdr,fmtsr,fmtdr,fload,fstore" falu,fmuls,fmuld,fmacs,fmacd,fdivs,fdivd,fsqrts,fsqrtd,fcmp,fabs,fcpy,fcmov,fmfsr,fmfdr,fmtsr,fmtdr,fload,fstore"
(const_string "unknown")) (const_string "unknown"))
......
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
(define_cpu_unit "general_unit" "nds32_machine") (define_cpu_unit "general_unit" "nds32_machine")
(define_insn_reservation "simple_insn" 1 (define_insn_reservation "simple_insn" 1
(eq_attr "type" "unknown,load,store,load_multiple,store_multiple,alu,alu_shift,mul,mac,div,branch,call,misc") (eq_attr "type" "unknown,load,store,load_multiple,store_multiple,alu,alu_shift,mul,mac,div,branch,misc")
"general_unit") "general_unit")
;; ------------------------------------------------------------------------ ;; ------------------------------------------------------------------------
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment