Skip to content

Commit 8265a5f

Browse files
Address comments.
1 parent 2273e9e commit 8265a5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/utils/TableGen/MveEmitter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1956,7 +1956,7 @@ void MveEmitter::EmitBuiltinDef(raw_ostream &OS) {
19561956
<< ", \"\", \"n\")\n";
19571957
}
19581958

1959-
StringSet<> ShortNamesSeen;
1959+
DenseSet<StringRef> ShortNamesSeen;
19601960

19611961
for (const auto &kv : ACLEIntrinsics) {
19621962
const ACLEIntrinsic &Int = *kv.second;

0 commit comments

Comments
 (0)