diff options
author | Segher Boessenkool <segher@kernel.crashing.org> | 2021-08-03 22:22:37 +0000 |
---|---|---|
committer | Segher Boessenkool <segher@kernel.crashing.org> | 2021-08-03 22:26:40 +0000 |
commit | ebff536cf401f94129a50e50b69beeb09080a68a (patch) | |
tree | a325451e54867e65c04e147349a4107258b1e763 /gcc | |
parent | 285aa6895d479bed8e72ad363290846645b6faa0 (diff) | |
download | gcc-ebff536cf401f94129a50e50b69beeb09080a68a.zip gcc-ebff536cf401f94129a50e50b69beeb09080a68a.tar.gz gcc-ebff536cf401f94129a50e50b69beeb09080a68a.tar.bz2 |
rs6000: "e" is not a free constraint letter
It is the prefix of the "es" and "eI" constraints.
2021-08-03 Segher Boessenkool <segher@kernel.crashing.org>
* config/rs6000/constraints.md: Remove "e" from the list of available
constraint characters.
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/rs6000/constraints.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/rs6000/constraints.md b/gcc/config/rs6000/constraints.md index 561ce97..c8cff1a 100644 --- a/gcc/config/rs6000/constraints.md +++ b/gcc/config/rs6000/constraints.md @@ -17,7 +17,7 @@ ;; along with GCC; see the file COPYING3. If not see ;; <http://www.gnu.org/licenses/>. -;; Available constraint letters: e k q t u A B C D S T +;; Available constraint letters: k q t u A B C D S T ;; Register constraints |