[NFC][RISCV] Remove redundant Returned

This commit is contained in:
Shao-Ce SUN 2022-02-14 11:37:41 +08:00
parent 887f1e49d0
commit 352e19c023

View file

@ -1508,7 +1508,7 @@ class ScalarCryptoByteSelectAny
: Intrinsic<[llvm_anyint_ty],
[LLVMMatchType<0>, LLVMMatchType<0>, llvm_i8_ty],
[IntrNoMem, IntrSpeculatable, IntrWillReturn,
ImmArg<ArgIndex<2>>, Returned<ArgIndex<0>>]>;
ImmArg<ArgIndex<2>>]>;
// Zknd
def int_riscv_aes32dsi : ScalarCryptoByteSelect32;