llvm-project
1c8cc3be
- [X86] Use StringRef::contains (NFC) (#139379)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
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.
References
#139379 - [X86] Use StringRef::contains (NFC)
Author
kazutakahirata
Parents
04cb2b31
Loading