aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/x86/vm/x86.ad
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/x86/vm/x86.ad')
-rw-r--r--src/cpu/x86/vm/x86.ad11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/cpu/x86/vm/x86.ad b/src/cpu/x86/vm/x86.ad
index 6bb14ef16..71e26fb20 100644
--- a/src/cpu/x86/vm/x86.ad
+++ b/src/cpu/x86/vm/x86.ad
@@ -488,17 +488,6 @@ source %{
static address double_signflip() { return (address)double_signflip_pool; }
#endif
-// Map Types to machine register types
-const int Matcher::base2reg[Type::lastype] = {
- Node::NotAMachineReg,0,0, Op_RegI, Op_RegL, 0, Op_RegN,
- Node::NotAMachineReg, Node::NotAMachineReg, /* tuple, array */
- Op_VecS, Op_VecD, Op_VecX, Op_VecY, /* Vectors */
- Op_RegP, Op_RegP, Op_RegP, Op_RegP, Op_RegP, Op_RegP, /* the pointers */
- 0, 0/*abio*/,
- Op_RegP /* Return address */, 0, /* the memories */
- Op_RegF, Op_RegF, Op_RegF, Op_RegD, Op_RegD, Op_RegD,
- 0 /*bottom*/
-};
const bool Matcher::match_rule_supported(int opcode) {
if (!has_match_rule(opcode))