summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Stellard <thomas.stellard@amd.com>2013-04-17 12:10:21 -0400
committerTom Stellard <thomas.stellard@amd.com>2013-04-29 10:46:48 -0400
commit0be21063c5fea08c62940b7181f34b2c5007e469 (patch)
tree81a0be2d2a7b097d26b93f650deade89c9cb7a29
parent61d2db92250f6f4ec186e2fe3b968d67f9370b28 (diff)
R600: BFI_INT is a vector-only instruction
-rw-r--r--lib/Target/R600/R600Instructions.td2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/R600/R600Instructions.td b/lib/Target/R600/R600Instructions.td
index 163093669d5..78d23201586 100644
--- a/lib/Target/R600/R600Instructions.td
+++ b/lib/Target/R600/R600Instructions.td
@@ -1635,7 +1635,7 @@ let Predicates = [isEGorCayman] in {
VecALU
>;
- def BFI_INT_eg : R600_3OP <0x06, "BFI_INT", []>;
+ def BFI_INT_eg : R600_3OP <0x06, "BFI_INT", [], VecALU>;
defm : BFIPatterns <BFI_INT_eg>;
def BIT_ALIGN_INT_eg : R600_3OP <0xC, "BIT_ALIGN_INT",