OSDN Git Service

* config/i960/i960.md (trap): Change "faulteq.t" to "faulte.t".
authorjle <jle@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 15 Aug 2001 18:54:10 +0000 (18:54 +0000)
committerjle <jle@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 15 Aug 2001 18:54:10 +0000 (18:54 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44926 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/i960/i960.md

index 7ace559..06984c6 100644 (file)
@@ -1,3 +1,7 @@
+2001-08-15  Jason Eckhardt  <jle@redhat.com>
+
+       * config/i960/i960.md (trap): Change "faulteq.t" to "faulte.t".
+
 Wed Aug 15 14:24:22 CEST 2001  Jan Hubicka  <jh@suse.cz>
 
        * predict.c (struct block_info_def): Remove nvisited.
index 282297d..68e8fd3 100644 (file)
 (define_insn ("trap")
   [(trap_if (const_int 1) (const_int 0))]
   ""
-  "cmpo g0,g0 ; faulteq.t")
+  "cmpo g0,g0 ; faulte.t")
 
 (define_expand "conditional_trap"
   [(trap_if (match_operator 0 "comparison_operator"