Skip to content

Commit 022a7a5

Browse files
committed
[CHERI] Fix warning in IR2Vec caused by SizedCapabilityTyID.
1 parent 3cd3847 commit 022a7a5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm/lib/Analysis/IR2Vec.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -288,6 +288,7 @@ StringRef Vocabulary::getVocabKeyForTypeID(Type::TypeID TypeID) {
288288
return "MetadataTy";
289289
case Type::X86_AMXTyID:
290290
case Type::TargetExtTyID:
291+
case Type::SizedCapabilityTyID:
291292
return "UnknownTy";
292293
}
293294
return "UnknownTy";

0 commit comments

Comments
 (0)