llvm-project
77a194cb
- [NFC][CodeGen] Replace loop with "if !empty()" (#166515)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
181 days ago
[NFC][CodeGen] Replace loop with "if !empty()" (#166515) The loop iterates once and returns the first element. Replace it with "if !empty()" to make it more explicit. Follow up to https://github.com/llvm/llvm-project/pull/158193.
References
#166515 - [NFC][CodeGen] Replace loop with "if !empty()"
Author
vitalybuka
Parents
baf41d21
Loading