LoopVectorize.cpp: Fix abuse of StringRef on Twine. Twine captures the pointer of...
authorNAKAMURA Takumi <geek4civic@gmail.com>
Wed, 29 May 2013 03:13:47 +0000 (03:13 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Wed, 29 May 2013 03:13:47 +0000 (03:13 +0000)
commit0cf4adbcef584cb56254e253b47315b4c3d073ec
tree12ceaa93287a7f4e02122762709d6bc447b4a101
parent51c292a3605a0cf7be24e4b7dc40c2b8a740006c
LoopVectorize.cpp: Fix abuse of StringRef on Twine. Twine captures the pointer of StringRef.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@182820 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Vectorize/LoopVectorize.cpp