Implement constant pointers, and null specifically in the parser, bytecode writer...
authorChris Lattner <sabre@nondot.org>
Sun, 30 Sep 2001 22:46:54 +0000 (22:46 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 30 Sep 2001 22:46:54 +0000 (22:46 +0000)
commit1a1cb111fe9081cab4d666338c547253c4a437c9
tree3f63e2d30ad41c283b1eab098b0afab00bd76d6e
parent4cfb15331652f9a2f7e5f755485a2f6eb87a20c6
Implement constant pointers, and null specifically in the parser, bytecode writer, and
bytecode reader.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@668 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AsmParser/Lexer.l
lib/AsmParser/ParserInternals.h
lib/AsmParser/llvmAsmParser.y
lib/Bytecode/Reader/ConstantReader.cpp
lib/Bytecode/Writer/ConstantWriter.cpp