summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeon/R600Instructions.td
diff options
context:
space:
mode:
authorTom Stellard <[email protected]>2012-05-17 11:46:19 -0400
committerTom Stellard <[email protected]>2012-05-17 14:48:09 -0400
commit89b945591bb5d434518cea481209b1ea7a435861 (patch)
tree670d90785561d50163cf849616cc63f171211876 /src/gallium/drivers/radeon/R600Instructions.td
parent431bb79a41bd5e7402954385daea1594c3e750ab (diff)
radeon/llvm: Remove sub patterns from AMDILInstrPatterns.td
Diffstat (limited to 'src/gallium/drivers/radeon/R600Instructions.td')
-rw-r--r--src/gallium/drivers/radeon/R600Instructions.td2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/radeon/R600Instructions.td b/src/gallium/drivers/radeon/R600Instructions.td
index ca2af739a4a..c3643b6f967 100644
--- a/src/gallium/drivers/radeon/R600Instructions.td
+++ b/src/gallium/drivers/radeon/R600Instructions.td
@@ -364,7 +364,7 @@ def ADD_INT : R600_2OP <
def SUB_INT : R600_2OP <
0x35, "SUB_INT",
- []
+ [(set R600_Reg32:$dst, (sub R600_Reg32:$src0, R600_Reg32:$src1))]
>;
def MAX_INT : R600_2OP <