Move genIncRegBy() to codegenclassic.h (#7063)
authorHyung-Kyu Choi <hqueue@users.noreply.github.com>
Tue, 6 Sep 2016 17:13:31 +0000 (02:13 +0900)
committerJan Kotas <jkotas@microsoft.com>
Tue, 6 Sep 2016 17:13:31 +0000 (10:13 -0700)
commit527edfc09a2bd1060bd66fcce1fc99932a332645
tree8a40af5a0319f7da80a0b16e3a864f0f0bb1b230
parentb9402adedcf9cf5204fd9ece52183ac61cef7c83
Move genIncRegBy() to codegenclassic.h (#7063)

We don't have to keep genIncRegBy() in codegen.h anymore,
since genIncRegBy() is defined in codegenlegacy.cpp and only used in LEGACY_BACKEND code.

Signed-off-by: Hyung-Kyu Choi <hk0110.choi@samsung.com>
src/jit/codegen.h
src/jit/codegenclassic.h