8074718: Merge templateTable_x86 _32 and _64 .hpp files

TemplateTable_x86 32 and 64 bit files have been merged.

Reviewed-by: hseigel, coleenp
This commit is contained in:
Max Ockner 2015-03-30 09:47:52 -04:00
parent a16c45029d
commit f0fa5ca5f0
3 changed files with 6 additions and 50 deletions

View file

@ -351,10 +351,8 @@ class TemplateTable: AllStatic {
// Platform specifics
#if defined TEMPLATETABLE_MD_HPP
# include TEMPLATETABLE_MD_HPP
#elif defined TARGET_ARCH_MODEL_x86_32
# include "templateTable_x86_32.hpp"
#elif defined TARGET_ARCH_MODEL_x86_64
# include "templateTable_x86_64.hpp"
#elif defined (TARGET_ARCH_MODEL_x86_32) || defined (TARGET_ARCH_MODEL_x86_64)
# include "templateTable_x86.hpp"
#elif defined TARGET_ARCH_MODEL_sparc
# include "templateTable_sparc.hpp"
#elif defined TARGET_ARCH_MODEL_zero