OSDN Git Service

Hoist vector.size() computation out of the loop. No functionality change.
authorNick Lewycky <nicholas@mxc.ca>
Wed, 12 Oct 2011 20:20:48 +0000 (20:20 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Wed, 12 Oct 2011 20:20:48 +0000 (20:20 +0000)
commit18ad76bb9aa1970958c52887eb4a648d1bac0a0e
treef3fccb352efc2cb9564c4c8554822a26f425dd36
parentb0786b33fa9090adee9a30796ead7969f948f4cd
Hoist vector.size() computation out of the loop. No functionality change.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@141807 91177308-0d34-0410-b5e6-96231b3b80d8
lib/MC/MCContext.cpp