[llvm] 352e19c - [NFC][RISCV] Remove redundant `Returned`
Shao-Ce SUN via llvm-commits
llvm-commits at lists.llvm.org
Sun Feb 13 19:38:51 PST 2022
Author: Shao-Ce SUN
Date: 2022-02-14T11:37:50+08:00
New Revision: 352e19c023485347e506aa88f302cfdcbdeaf37e
URL: https://github.com/llvm/llvm-project/commit/352e19c023485347e506aa88f302cfdcbdeaf37e
DIFF: https://github.com/llvm/llvm-project/commit/352e19c023485347e506aa88f302cfdcbdeaf37e.diff
LOG: [NFC][RISCV] Remove redundant `Returned`
Added:
Modified:
llvm/include/llvm/IR/IntrinsicsRISCV.td
Removed:
################################################################################
diff --git a/llvm/include/llvm/IR/IntrinsicsRISCV.td b/llvm/include/llvm/IR/IntrinsicsRISCV.td
index 5e44fb900c0ab..57b0f792ea564 100644
--- a/llvm/include/llvm/IR/IntrinsicsRISCV.td
+++ b/llvm/include/llvm/IR/IntrinsicsRISCV.td
@@ -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;
More information about the llvm-commits
mailing list