aboutsummaryrefslogtreecommitdiff
path: root/gcc/optabs.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/optabs.h')
-rw-r--r--gcc/optabs.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/optabs.h b/gcc/optabs.h
index 23fa77b..ae525c8 100644
--- a/gcc/optabs.h
+++ b/gcc/optabs.h
@@ -244,11 +244,10 @@ extern void emit_unop_insn (enum insn_code, rtx, rtx, enum rtx_code);
extern void emit_libcall_block (rtx_insn *, rtx, rtx, rtx);
/* The various uses that a comparison can have; used by can_compare_p:
- jumps, conditional moves, store flag operations. */
+ jumps, store flag operations. */
enum can_compare_purpose
{
ccp_jump,
- ccp_cmov,
ccp_store_flag
};