summaryrefslogtreecommitdiff
path: root/gcc/ifcvt.c
diff options
context:
space:
mode:
authornickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4>2000-12-27 18:22:51 +0000
committernickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4>2000-12-27 18:22:51 +0000
commit6c70470192709ccd7f4e48914d22f8b4e17e8619 (patch)
tree0f9eb1b637a92c4f3044912bd9ff2f28d67478a1 /gcc/ifcvt.c
parent56ad1e362a3bf47d8ad76ebe0ce33d82bd07422f (diff)
downloadgcc-6c70470192709ccd7f4e48914d22f8b4e17e8619.tar.gz
Handle jump insns that are PARALLEL.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38501 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ifcvt.c')
-rw-r--r--gcc/ifcvt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ifcvt.c b/gcc/ifcvt.c
index e4955a74477..652814e4b39 100644
--- a/gcc/ifcvt.c
+++ b/gcc/ifcvt.c
@@ -487,7 +487,7 @@ noce_emit_store_flag (if_info, x, reversep, normalize)
build the store_flag insn directly. */
if (cond_complex)
- cond = XEXP (SET_SRC (PATTERN (if_info->jump)), 0);
+ cond = XEXP (SET_SRC (pc_set (if_info->jump)), 0);
if ((if_info->cond_earliest == if_info->jump || cond_complex)
&& (normalize == 0 || STORE_FLAG_VALUE == normalize))