Skip to content

Commit 352e19c

Browse files
author
Shao-Ce SUN
committed
[NFC][RISCV] Remove redundant Returned
1 parent 887f1e4 commit 352e19c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/include/llvm/IR/IntrinsicsRISCV.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1508,7 +1508,7 @@ class ScalarCryptoByteSelectAny
15081508
: Intrinsic<[llvm_anyint_ty],
15091509
[LLVMMatchType<0>, LLVMMatchType<0>, llvm_i8_ty],
15101510
[IntrNoMem, IntrSpeculatable, IntrWillReturn,
1511-
ImmArg<ArgIndex<2>>, Returned<ArgIndex<0>>]>;
1511+
ImmArg<ArgIndex<2>>]>;
15121512

15131513
// Zknd
15141514
def int_riscv_aes32dsi : ScalarCryptoByteSelect32;

0 commit comments

Comments
 (0)