am e6a5b765: Rename int_to_byte to int_to_short.

* commit 'e6a5b765c458eb0306468fafe29bee20cbff3bbe':
  Rename int_to_byte to int_to_short.
diff --git a/src/greenland/intrinsic_func_list.def b/src/greenland/intrinsic_func_list.def
index 0ebebb2..ee508d3 100644
--- a/src/greenland/intrinsic_func_list.def
+++ b/src/greenland/intrinsic_func_list.def
@@ -1316,7 +1316,7 @@
 
 // int int_to_short(int)
 _EVAL_DEF_INTRINSICS_FUNC(IntToShort,
-                          dex_lang_int_to_byte,
+                          dex_lang_int_to_short,
                           kAttrReadOnly | kAttrNoThrow,
                           kInt32Ty,
                           _EXPAND_ARG1(kInt32Ty))