summaryrefslogtreecommitdiffstats
path: root/gcc/genemit.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/genemit.c')
-rw-r--r--gcc/genemit.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/gcc/genemit.c b/gcc/genemit.c
index 86ed20d5805..2f4d85619c9 100644
--- a/gcc/genemit.c
+++ b/gcc/genemit.c
@@ -459,9 +459,10 @@ gen_split (split)
int operands;
if (XVEC (split, 0) == 0)
- fatal ("define_split %d lacks a pattern", insn_index_number);
+ fatal ("define_split (definition %d) lacks a pattern", insn_index_number);
else if (XVEC (split, 2) == 0)
- fatal ("define_split %d lacks a replacement pattern", insn_index_number);
+ fatal ("define_split (definition %d) lacks a replacement pattern",
+ insn_index_number);
/* Find out how many operands this function has. */
OpenPOWER on IntegriCloud