summary refs log tree commit diff stats
path: root/tcg/ppc/tcg-target-con-str.h
diff options
context:
space:
mode:
authorRichard Henderson <richard.henderson@linaro.org>2023-05-01 08:32:09 +0100
committerRichard Henderson <richard.henderson@linaro.org>2023-05-11 09:53:41 +0100
commit3dedb7201c292d340ac73fb0e52179e3690fb0c8 (patch)
treeaa87ec34cbd726236a423dbd59c6b0a0bdab6a9e /tcg/ppc/tcg-target-con-str.h
parent6e21aa2dcdcb647a13ef32180e6574fb702db4c3 (diff)
downloadfocaccia-qemu-3dedb7201c292d340ac73fb0e52179e3690fb0c8.tar.gz
focaccia-qemu-3dedb7201c292d340ac73fb0e52179e3690fb0c8.zip
tcg/ppc: Remove unused constraint J
Never used since its introduction.

Fixes: 3d582c6179c ("tcg-ppc64: Rearrange integer constant constraints")
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'tcg/ppc/tcg-target-con-str.h')
-rw-r--r--tcg/ppc/tcg-target-con-str.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/tcg/ppc/tcg-target-con-str.h b/tcg/ppc/tcg-target-con-str.h
index 9dcbc3df50..094613cbcb 100644
--- a/tcg/ppc/tcg-target-con-str.h
+++ b/tcg/ppc/tcg-target-con-str.h
@@ -16,7 +16,6 @@ REGS('v', ALL_VECTOR_REGS)
  * CONST(letter, TCG_CT_CONST_* bit set)
  */
 CONST('I', TCG_CT_CONST_S16)
-CONST('J', TCG_CT_CONST_U16)
 CONST('M', TCG_CT_CONST_MONE)
 CONST('T', TCG_CT_CONST_S32)
 CONST('U', TCG_CT_CONST_U32)