Skip to content

Commit 8e6b622

Browse files
committed
simplify names
1 parent 3fe6daa commit 8e6b622

File tree

3 files changed

+146
-141
lines changed

3 files changed

+146
-141
lines changed

mlir/include/mlir/Dialect/LLVMIR/NVVMDialect.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ enum NVVMMemorySpace {
5959
/// and args types (which are llvm types).
6060
/// Args types are only required for overloaded intrinsics to provide the
6161
/// correct argument types to the createIntrinsicCall() method.
62-
/// This type is returned by the getIntrinsicIDAndArgsMaybeWithTypes() methods.
63-
using IIDArgsMaybeWithTypes =
62+
/// This type is returned by the getIIDAndArgsWithTypes() methods.
63+
using IIDArgsWithTypes =
6464
std::tuple<llvm::Intrinsic::ID, llvm::SmallVector<llvm::Value *>,
6565
llvm::SmallVector<llvm::Type *>>;
6666

0 commit comments

Comments
 (0)