llvm-6502/lib/Transforms/Vectorize
Duncan P. N. Exon Smith f4742f4c84 IR: Make MDString::getName() private
Hide the fact that `MDString`'s string is stored in `Value::Name` --
that's going to change soon.  Update the only in-tree client that was
using it instead of `Value::getString()`.

Part of PR21532.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@221951 91177308-0d34-0410-b5e6-96231b3b80d8
2014-11-13 23:59:16 +00:00
..
BBVectorize.cpp Add minnum / maxnum intrinsics 2014-10-21 23:00:20 +00:00
CMakeLists.txt
LLVMBuild.txt
LoopVectorize.cpp IR: Make MDString::getName() private 2014-11-13 23:59:16 +00:00
Makefile
SLPVectorizer.cpp Revert "IR: MDNode => Value" 2014-11-11 21:30:22 +00:00
Vectorize.cpp