summaryrefslogtreecommitdiff
path: root/backend/src/ir/instruction.hxx
diff options
context:
space:
mode:
authorBenjamin Segovia <benjamin.segovia@intel.com>2012-11-09 20:28:17 -0800
committerBenjamin Segovia <benjamin.segovia@intel.com>2012-11-09 20:28:17 -0800
commit3ddd475ba5bc4b795aed1f89d3f941b2eaa26eb6 (patch)
tree3a22ea6780987bec1a30c405e4cf489e3ffac07e /backend/src/ir/instruction.hxx
parent1fdf4fd5fc13b26b8710bbe7240377f726e5f957 (diff)
Removed MAD instruction in the IR
Diffstat (limited to 'backend/src/ir/instruction.hxx')
-rw-r--r--backend/src/ir/instruction.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/backend/src/ir/instruction.hxx b/backend/src/ir/instruction.hxx
index 05e27941..57e6f03f 100644
--- a/backend/src/ir/instruction.hxx
+++ b/backend/src/ir/instruction.hxx
@@ -51,7 +51,6 @@ DECL_INSN(BSB, BinaryInstruction)
DECL_INSN(OR, BinaryInstruction)
DECL_INSN(XOR, BinaryInstruction)
DECL_INSN(AND, BinaryInstruction)
-DECL_INSN(MAD, TernaryInstruction)
DECL_INSN(SEL, SelectInstruction)
DECL_INSN(EQ, CompareInstruction)
DECL_INSN(NE, CompareInstruction)