Add various "string" methods to ConstantDataSequential, which have the
authorChris Lattner <sabre@nondot.org>
Tue, 24 Jan 2012 09:01:07 +0000 (09:01 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 24 Jan 2012 09:01:07 +0000 (09:01 +0000)
commit62339073127df4579905f551f61c132cf21d2aad
tree9fe0763ca88fdd7b369ec6437e2c04f64db5057c
parenta97a5eabe2a412d7cc078f94b7df7ee8ac840853
Add various "string" methods to ConstantDataSequential, which have the
same semantics as ConstantArray's but much more efficient because they
don't have to return std::string's.  The ConstantArray methods will
eventually be removed.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@148792 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Constants.h
lib/VMCore/Constants.cpp