Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(603)

Unified Diff: gcc/gcc/config/m32c/prologue.md

Issue 3050029: [gcc] GCC 4.5.0=>4.5.1 (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/nacl-toolchain.git
Patch Set: Created 10 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gcc/gcc/config/m32c/m32c.h ('k') | gcc/gcc/config/m32c/t-m32c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gcc/gcc/config/m32c/prologue.md
diff --git a/gcc/gcc/config/m32c/prologue.md b/gcc/gcc/config/m32c/prologue.md
index 9db49204aaea9c85138cf6beb7640139f7d6d99e..175b2b0ab9f014cea0df233100fba71c3918e185 100644
--- a/gcc/gcc/config/m32c/prologue.md
+++ b/gcc/gcc/config/m32c/prologue.md
@@ -149,6 +149,15 @@
[(set_attr "flags" "x")]
)
+(define_insn "epilogue_freit"
+ [(unspec [(const_int 0)] UNS_FREIT)
+ (return)
+ ]
+ ""
+ "freit"
+ [(set_attr "flags" "x")]
+ )
+
(define_insn "epilogue_rts"
[(return)
]
@@ -180,3 +189,11 @@
"popm\t%p0"
[(set_attr "flags" "n")]
)
+
+(define_insn "fset_b"
+ [(unspec [(const_int 0)] UNS_FSETB)]
+ ""
+ "fset\tB"
+ [(set_attr "flags" "n")]
+ )
+
« no previous file with comments | « gcc/gcc/config/m32c/m32c.h ('k') | gcc/gcc/config/m32c/t-m32c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698