Only count instructions as code size, not constant pools and other per-function stuff.
authorChris Lattner <sabre@nondot.org>
Fri, 16 Jun 2006 18:09:26 +0000 (18:09 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 16 Jun 2006 18:09:26 +0000 (18:09 +0000)
commita827953c32e420740c281b4a38a056d15b180932
treed1f4fb3722c06d8301d08e4276963cd3888d26ff
parent276f4b523564d205e59c8049a12c75705dd24b78
Only count instructions as code size, not constant pools and other per-function stuff.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28827 91177308-0d34-0410-b5e6-96231b3b80d8
lib/ExecutionEngine/JIT/JITEmitter.cpp