Add new ConstantArray::isString(), as the conditions for using getString()
authorChris Lattner <sabre@nondot.org>
Wed, 14 Jan 2004 17:06:21 +0000 (17:06 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 14 Jan 2004 17:06:21 +0000 (17:06 +0000)
commit9b0a5ee5bb77b5f74320f3603750f4521d16d196
treec2c704fde895ef1a3c292c23e0071c66371076b1
parentd6942d76334604f9bbd4118e6b109ecd6ea1326e
Add new ConstantArray::isString(), as the conditions for using getString()
are complex enough to check that it should be a seperate method.

While I'm here, improve ConstantArray::getNullValue a bit, though the
FIXME is still quite valid.

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