Skip to content
Commit 58e19985 authored by Benjamin Kramer's avatar Benjamin Kramer
Browse files

Don't check if a list is empty with ilist::size.

ilist::size() is O(n) while ilist::empty() is O(1)

llvm-svn: 258636
parent e2b032a5
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment