Skip to content

Commit 3c15b91

Browse files
committed
Remove inline which most certainly does not force inlining
1 parent faa1ef2 commit 3c15b91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/lib/Dialect/DLTI/DLTI.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ static Attribute parseAngleBracketedEntries(AsmParser &parser, Type ty,
110110
//===----------------------------------------------------------------------===//
111111

112112
/// Convert pointer-union keys to strings.
113-
static inline std::string keyToStr(DataLayoutEntryKey key) {
113+
static std::string keyToStr(DataLayoutEntryKey key) {
114114
std::string buf;
115115
TypeSwitch<DataLayoutEntryKey>(key)
116116
.Case<StringAttr, Type>( // The only two kinds of key we know of.

0 commit comments

Comments
 (0)