It is valid to have unsigned arrays as constants... the linker may initialize them...
authorChris Lattner <sabre@nondot.org>
Sat, 20 Oct 2001 06:43:05 +0000 (06:43 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 20 Oct 2001 06:43:05 +0000 (06:43 +0000)
commit2b3c925d02fbfce76d51737e608aa2533c300026
tree10f6e414c61ea1ef08aabf10ca39abaf950f4769
parent44d2b947cb05cf8cbb47ad6a3b63da41e24e2581
It is valid to have unsigned arrays as constants... the linker may initialize them later

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@923 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AsmParser/llvmAsmParser.y
lib/VMCore/Function.cpp