Revisión | 2c4de6a9703d9550a1511d2700711b2b5e66bfc1 (tree) |
---|---|
Tiempo | 2016-02-21 18:41:27 |
Autor | Yoshinori Sato <ysato@user...> |
Commiter | Yoshinori Sato |
jump fix
@@ -2466,7 +2466,13 @@ | ||
2466 | 2466 | |
2467 | 2467 | ;; Unconditional and other jump instructions. |
2468 | 2468 | |
2469 | -(define_insn "jump_nonpic" | |
2469 | +(define_expand "jump" | |
2470 | + [(set (pc) | |
2471 | + (label_ref (match_operand 0 "" "")))] | |
2472 | + "" | |
2473 | + "") | |
2474 | + | |
2475 | +(define_insn "*jump_nopic" | |
2470 | 2476 | [(set (pc) |
2471 | 2477 | (label_ref (match_operand 0 "" "")))] |
2472 | 2478 | "!flag_pic" |
@@ -2509,7 +2515,7 @@ | ||
2509 | 2515 | (const_string "none"))) |
2510 | 2516 | (set_attr "cc" "none")]) |
2511 | 2517 | |
2512 | -(define_insn "*jump_pic" | |
2518 | +(define_insn "*jump" | |
2513 | 2519 | [(set (pc) |
2514 | 2520 | (label_ref (match_operand 0 "" "")))] |
2515 | 2521 | "flag_pic" |