Commit aa9bc2fc by David Edelsohn

rs6000.md (doz + set cr and or + set cr patterns): Add missing '#' to split patterns.

	* rs6000.md (doz + set cr and or + set cr patterns): Add missing
	'#' to split patterns.  Correct indentation of some new patterns.

From-SVN: r24871
parent 554fbeef
Tue Jan 26 13:41:38 1999 David Edelsohn <edelsohn@mhpcc.edu>
* rs6000.md (doz + set cr and or + set cr patterns): Add missing
'#' to split patterns. Correct indentation of some new patterns.
1999-01-26 12:11 -0500 Zack Weinberg <zack@midnite.ec.rhno.columbia.edu> 1999-01-26 12:11 -0500 Zack Weinberg <zack@midnite.ec.rhno.columbia.edu>
* cppfiles.c (safe_read): Deleted. * cppfiles.c (safe_read): Deleted.
...@@ -30,11 +35,9 @@ Tue Jan 26 23:21:49 1999 Michael Hayes <m.hayes@elec.canterbury.ac.nz> ...@@ -30,11 +35,9 @@ Tue Jan 26 23:21:49 1999 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
1999-01-25 14:26 -0500 Zack Weinberg <zack@rabi.columbia.edu> 1999-01-25 14:26 -0500 Zack Weinberg <zack@rabi.columbia.edu>
* cppexp.c: * cppexp.c (struct arglist): Removed.
(struct arglist): Removed.
(parse_number): Use HOST_WIDE_INT for the accumulator. (parse_number): Use HOST_WIDE_INT for the accumulator.
Allow two `l' suffixes unless C89. Clean up. Make Allow two `l' suffixes unless C89. Clean up. Make static.
static.
(parse_charconst): New function broken out of cpp_lex. (parse_charconst): New function broken out of cpp_lex.
Code cleaned up drastically. Don't use a token_buffer. Code cleaned up drastically. Don't use a token_buffer.
(token_buffer): Removed. (token_buffer): Removed.
......
...@@ -1823,7 +1823,9 @@ ...@@ -1823,7 +1823,9 @@
(const_int 0) (const_int 0)
(minus:SI (match_dup 2) (match_dup 1))))] (minus:SI (match_dup 2) (match_dup 1))))]
"TARGET_POWER" "TARGET_POWER"
"doz%I2. %0,%1,%2" "@
doz%I2. %0,%1,%2
#"
[(set_attr "type" "delayed_compare")]) [(set_attr "type" "delayed_compare")])
(define_split (define_split
...@@ -2732,7 +2734,9 @@ ...@@ -2732,7 +2734,9 @@
(ior:SI (match_dup 1) (ior:SI (match_dup 1)
(match_dup 2)))] (match_dup 2)))]
"" ""
"or. %0,%1,%2" "@
or. %0,%1,%2
#"
[(set_attr "type" "compare")]) [(set_attr "type" "compare")])
(define_split (define_split
......
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