Ammending 220393 - Removing unused decoding tables.
[oota-llvm.git] / lib / Target / Hexagon / Disassembler / HexagonDisassembler.cpp
index aa02bd566409e90584702036ae1cecc98833264f..8905e5c8ff13a1a423446c8e6d1b7a020dfd2267 100644 (file)
@@ -47,24 +47,6 @@ public:
 };\r
 }\r
 \r
-static const uint16_t IntRegDecoderTable[] = {\r
-    Hexagon::R0,  Hexagon::R1,  Hexagon::R2,  Hexagon::R3,  Hexagon::R4,\r
-    Hexagon::R5,  Hexagon::R6,  Hexagon::R7,  Hexagon::R8,  Hexagon::R9,\r
-    Hexagon::R10, Hexagon::R11, Hexagon::R12, Hexagon::R13, Hexagon::R14,\r
-    Hexagon::R15, Hexagon::R16, Hexagon::R17, Hexagon::R18, Hexagon::R19,\r
-    Hexagon::R20, Hexagon::R21, Hexagon::R22, Hexagon::R23, Hexagon::R24,\r
-    Hexagon::R25, Hexagon::R26, Hexagon::R27, Hexagon::R28, Hexagon::R29,\r
-    Hexagon::R30, Hexagon::R31};\r
-\r
-static const uint16_t DoubleRegDecoderTable[] = {\r
-    Hexagon::D0,  Hexagon::D1,  Hexagon::D2,  Hexagon::D3,\r
-    Hexagon::D4,  Hexagon::D5,  Hexagon::D6,  Hexagon::D7,\r
-    Hexagon::D8,  Hexagon::D9,  Hexagon::D10, Hexagon::D11,\r
-    Hexagon::D12, Hexagon::D13, Hexagon::D14, Hexagon::D15};\r
-\r
-static const uint16_t PredRegDecoderTable[] = {Hexagon::P0, Hexagon::P1,\r
-                                               Hexagon::P2, Hexagon::P3};\r
-\r
 #include "HexagonGenDisassemblerTables.inc"\r
 \r
 static MCDisassembler *createHexagonDisassembler(Target const &T,\r