R600: BFI_INT is a vector-only instruction

llvm-svn: 181034
This commit is contained in:
Tom Stellard 2013-05-03 17:21:24 +00:00
parent eac65dde30
commit 6a6ecedcb7
1 changed files with 1 additions and 1 deletions

View File

@ -1616,7 +1616,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",