Commit b54c77d1 authored by Doug Gilbert's avatar Doug Gilbert Committed by Patrick Williams

Delivered 05/2015

parent 95e2aa70
......@@ -387,6 +387,8 @@ static const struct asm_name asm_names[] = {
{ "403", "-m403" },
{ "405", "-m405" },
{ "405fp", "-m405" },
{ "ppe405", "-m405" },
{ "ppe42", "-mppe42" },
{ "440", "-m440" },
{ "440fp", "-m440" },
{ "464", "-m440" },
......
......@@ -14753,7 +14753,7 @@
[(set (pc)
(if_then_else (match_operator 1 "rs6000_eq_or_ne_operator"
[(and:SI (match_operand:SI 2 "gpc_reg_operand" "r")
(match_operand:SI 3 "exact_log2_inverted_cint_operand" ""))
(match_operand:SI 3 "exact_log2_inverted_cint_operand" "n"))
(const_int 0)])
(label_ref (match_operand 0 "" ""))
(pc)))]
......
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