summaryrefslogtreecommitdiff
path: root/lib/Target/R600/EvergreenInstructions.td
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Target/R600/EvergreenInstructions.td')
-rw-r--r--lib/Target/R600/EvergreenInstructions.td2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/R600/EvergreenInstructions.td b/lib/Target/R600/EvergreenInstructions.td
index 0d0b9c751a..28725ff280 100644
--- a/lib/Target/R600/EvergreenInstructions.td
+++ b/lib/Target/R600/EvergreenInstructions.td
@@ -326,7 +326,7 @@ def MUL_UINT24_eg : R600_2OP <0xB5, "MUL_UINT24",
def DOT4_eg : DOT4_Common<0xBE>;
defm CUBE_eg : CUBE_Common<0xC0>;
-def BCNT_INT : R600_1OP_Helper <0xAA, "BCNT_INT", ctpop>;
+def BCNT_INT : R600_1OP_Helper <0xAA, "BCNT_INT", ctpop, VecALU>;
let hasSideEffects = 1 in {
def MOVA_INT_eg : R600_1OP <0xCC, "MOVA_INT", [], VecALU>;