Switch from std::vector to ArrayRef. Speedup FoldBitCast by 5x.
authorNadav Rotem <nrotem@apple.com>
Thu, 7 Mar 2013 01:30:40 +0000 (01:30 +0000)
committerNadav Rotem <nrotem@apple.com>
Thu, 7 Mar 2013 01:30:40 +0000 (01:30 +0000)
commit82e905aae4fe815fc57f50663467cb03e4c9e9e1
treef7907ea8dafc4965e1bfa7f2307b52402c4e9a21
parent119003f2a22ee7c4f78fed5710f98edb36b237b5
Switch from std::vector to ArrayRef. Speedup FoldBitCast by 5x.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@176602 91177308-0d34-0410-b5e6-96231b3b80d8
lib/IR/Constants.cpp