commit | f3f9cff0fb72ccc1f9d06904990318bf227c40e1 | [log] [tgz] |
---|---|---|
author | Michael Gottesman <mgottesman@apple.com> | Thu Dec 05 18:42:12 2013 +0000 |
committer | Michael Gottesman <mgottesman@apple.com> | Thu Dec 05 18:42:12 2013 +0000 |
tree | 39fa9f49015afe743d788c3eaf730eeebfe54d5a | |
parent | 9477d577636bb7262aad0daf6fee1d1aa74b3d08 [diff] |
Change std::deque => std::vector. No functionality change. There is no reason to use std::deque here over std::vector. Thus given the performance differences inbetween the two it makes sense to change deque to vector. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@196524 91177308-0d34-0410-b5e6-96231b3b80d8