Add support for tracking whether a module is 64/32 bit and big/little endian
authorChris Lattner <sabre@nondot.org>
Tue, 22 Apr 2003 18:02:04 +0000 (18:02 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 22 Apr 2003 18:02:04 +0000 (18:02 +0000)
commit678c6a089da468bc20661922cf63deedef2d9b7a
tree847e54806e7baed18b3de6cb16387eb1cb4e0e11
parentbaf0607cbc4457f66d43789f0500d8fa34ac1770
Add support for tracking whether a module is 64/32 bit and big/little endian
Also add a moduleID field which can be used for diagnostics

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