Use MBB.empty() instead of MBB.size() for speed.
authorEvan Cheng <evan.cheng@apple.com>
Fri, 2 Feb 2007 19:09:19 +0000 (19:09 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Fri, 2 Feb 2007 19:09:19 +0000 (19:09 +0000)
commit05cc424082f797c5820b19f29f398c9cce9b9928
tree888611bd844c99cd076ff29f0763d40307c04ff5
parent1dd6a606ad59847164ef92ba82d533dc645f134c
Use MBB.empty() instead of MBB.size() for speed.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33789 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMConstantIslandPass.cpp