From 6b34d5ff5563916c52582a4c7473689bb0086c19 Mon Sep 17 00:00:00 2001 From: Michael Meissner Date: Mon, 30 Sep 2019 17:22:14 +0000 Subject: [PATCH] Fix typo in my last commit's ChangeLog entry From-SVN: r276359 --- gcc/ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 78d296d228f..0d90ef4d5b1 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -586,7 +586,7 @@ unused. * config/rs6000/rs6000-protos.h (enum insn_form): New enumeration. - (enum non_prefixed): New enumeration. + (enum non_prefixed_form): New enumeration. (address_to_insn_form): New declaration. (prefixed_load_p): New declaration. (prefixed_store_p): New declaration. -- 2.11.4.GIT