]> Git Repo - qemu.git/blobdiff - tcg/tcg.h
TCG: fix breakage by previous patch
[qemu.git] / tcg / tcg.h
index a2dd8b892a5335f95ff38bc3c033dfdb073ef694..e76f9afecc21fee57451ede3b90bfb256daefb61 100644 (file)
--- a/tcg/tcg.h
+++ b/tcg/tcg.h
@@ -502,6 +502,9 @@ void tcg_gen_callN(TCGContext *s, TCGv_ptr func, unsigned int flags,
 void tcg_gen_shifti_i64(TCGv_i64 ret, TCGv_i64 arg1,
                         int c, int right, int arith);
 
+TCGArg *tcg_optimize(TCGContext *s, uint16_t *tcg_opc_ptr, TCGArg *args,
+                     TCGOpDef *tcg_op_def);
+
 /* only used for debugging purposes */
 void tcg_register_helper(void *func, const char *name);
 const char *tcg_helper_get_name(TCGContext *s, void *func);
This page took 0.023235 seconds and 4 git commands to generate.