llvm-project
1c8cc3be - [X86] Use StringRef::contains (NFC) (#139379)

Commit
142 days ago
[X86] Use StringRef::contains (NFC) (#139379) Note that StringRef::count counts the number of ocurrences. We can use StringRef::contains here because we only care about whether we have at least one occurrence.
Parents
Loading