Reorder the code to avoid inserting at the beginning of a vector.
authorFrederic Riss <friss@apple.com>
Tue, 9 Dec 2014 18:57:34 +0000 (18:57 +0000)
committerFrederic Riss <friss@apple.com>
Tue, 9 Dec 2014 18:57:34 +0000 (18:57 +0000)
commit53c4c062c176b98c5ad4b14151dbbb45c648517a
tree6f625189092c3848767f25bc90abe51d765d7f81
parent9512d7f6849ae9fff342373da58158c0c9b36304
Reorder the code to avoid inserting at the beginning of a vector.

As per dblaikie suggestion, thanks\!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@223808 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Utils/Local.cpp