diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-05-25 18:21:31 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-05-25 18:21:31 +0000 |
commit | b314f2706b7db8def5d4e82024fd8e7d244493ef (patch) | |
tree | a74279e373056a61fab09544122ea59b6bb667cf /tcg/tcg-op.h | |
parent | 4f7de37327ca8d76ad998be10cd6113a90672e75 (diff) | |
download | qemu-b314f2706b7db8def5d4e82024fd8e7d244493ef.zip qemu-b314f2706b7db8def5d4e82024fd8e7d244493ef.tar.gz qemu-b314f2706b7db8def5d4e82024fd8e7d244493ef.tar.bz2 |
suppressed unused macro handling
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4580 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'tcg/tcg-op.h')
-rw-r--r-- | tcg/tcg-op.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tcg/tcg-op.h b/tcg/tcg-op.h index aa5206e..bc6be85 100644 --- a/tcg/tcg-op.h +++ b/tcg/tcg-op.h @@ -1396,12 +1396,6 @@ static inline void tcg_gen_discard_i64(TCGv arg) #endif /***************************************/ -static inline void tcg_gen_macro_2(TCGv ret0, TCGv ret1, int macro_id) -{ - tcg_gen_op3i(INDEX_op_macro_2, ret0, ret1, macro_id); -} - -/***************************************/ /* QEMU specific operations. Their type depend on the QEMU CPU type. */ #ifndef TARGET_LONG_BITS |