diff options
| author | Richard Henderson <richard.henderson@linaro.org> | 2025-01-06 23:37:54 -0800 |
|---|---|---|
| committer | Richard Henderson <richard.henderson@linaro.org> | 2025-04-28 13:40:16 -0700 |
| commit | 592982bf04cfa92dc4c992056c7330ac46f4882f (patch) | |
| tree | b423ffc14b76310be82076b0213ebd19a98feccd /tcg/tcg-has.h | |
| parent | 6971358747d8998a5770d1bf997495d3061d6c6a (diff) | |
| download | focaccia-qemu-592982bf04cfa92dc4c992056c7330ac46f4882f.tar.gz focaccia-qemu-592982bf04cfa92dc4c992056c7330ac46f4882f.zip | |
tcg: Convert not to TCGOutOpUnary
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'tcg/tcg-has.h')
| -rw-r--r-- | tcg/tcg-has.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tcg/tcg-has.h b/tcg/tcg-has.h index 7de13ef383..a84ed1313a 100644 --- a/tcg/tcg-has.h +++ b/tcg/tcg-has.h @@ -19,7 +19,6 @@ #define TCG_TARGET_HAS_bswap16_i64 0 #define TCG_TARGET_HAS_bswap32_i64 0 #define TCG_TARGET_HAS_bswap64_i64 0 -#define TCG_TARGET_HAS_not_i64 0 #define TCG_TARGET_HAS_clz_i64 0 #define TCG_TARGET_HAS_ctz_i64 0 #define TCG_TARGET_HAS_ctpop_i64 0 |