llvm-project
77a194cb - [NFC][CodeGen] Replace loop with "if !empty()" (#166515)

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.
Author
Parents
Loading