diff options
author | m.hayes <m.hayes@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-01-16 06:20:27 +0000 |
---|---|---|
committer | m.hayes <m.hayes@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-01-16 06:20:27 +0000 |
commit | 78301556ba2fd35cd60b4837c523163c9a9351c0 (patch) | |
tree | 6d93bdb47040d80f8a7cef2b9b918422725491f2 /gcc/config/c4x/c4x.md | |
parent | 5891a562397119513a5240efde1701f4f0954e84 (diff) | |
download | gcc-78301556ba2fd35cd60b4837c523163c9a9351c0.tar.gz |
* config/c4x/c4x.md (epilogue): Correct last patch.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@61378 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/c4x/c4x.md')
-rw-r--r-- | gcc/config/c4x/c4x.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/c4x/c4x.md b/gcc/config/c4x/c4x.md index 99a4b3a8327..9358f39665b 100644 --- a/gcc/config/c4x/c4x.md +++ b/gcc/config/c4x/c4x.md @@ -5484,7 +5484,7 @@ (define_expand "epilogue" [(const_int 1)] - "! c4x_null_epilogue_p ()" + "" "c4x_expand_epilogue (); DONE;") ; |