* config/bfin/bfin.md (trap): New pattern.

From-SVN: r107184
This commit is contained in:
Jie Zhang 2005-11-18 14:15:11 +00:00 committed by Jie Zhang
parent 4d14c1f401
commit 3d33a0563a
2 changed files with 11 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2005-11-18 Jie Zhang <jie.zhang@analog.com>
* config/bfin/bfin.md (trap): New pattern.
2005-11-18 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
* tree-ssa-dom.c (extract_range_from_cond): Deal with variable bounds

View File

@ -2001,6 +2001,13 @@
"ssync;"
[(set_attr "type" "sync")])
(define_insn "trap"
[(trap_if (const_int 1) (const_int 3))]
""
"excpt 3;"
[(set_attr "type" "misc")
(set_attr "length" "2")])
(define_insn "trapifcc"
[(trap_if (reg:BI REG_CC) (const_int 3))]
""