summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Bytecode/Reader/ReaderInternals.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-04-16 21:16:05 +0000
committerChris Lattner <sabre@nondot.org>2003-04-16 21:16:05 +0000
commit23bf637211035f4d6855117bb690f5762664df93 (patch)
treee235c6178437bd44ece29f0348cf59ffe2c8bda6 /llvm/lib/Bytecode/Reader/ReaderInternals.h
parentf46a02c88e2c754800239a3fe458fadc44ba1801 (diff)
downloadbcm5719-llvm-23bf637211035f4d6855117bb690f5762664df93.tar.gz
bcm5719-llvm-23bf637211035f4d6855117bb690f5762664df93.zip
Add support to the bytecode reader/writer for the new linkage types
llvm-svn: 5790
Diffstat (limited to 'llvm/lib/Bytecode/Reader/ReaderInternals.h')
-rw-r--r--llvm/lib/Bytecode/Reader/ReaderInternals.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Bytecode/Reader/ReaderInternals.h b/llvm/lib/Bytecode/Reader/ReaderInternals.h
index 3e571f2ee8c..dd2a08fcdbd 100644
--- a/llvm/lib/Bytecode/Reader/ReaderInternals.h
+++ b/llvm/lib/Bytecode/Reader/ReaderInternals.h
@@ -85,6 +85,7 @@ private: // All of this data is transient across calls to ParseBytecode
unsigned char FirstDerivedTyID; // First variable index to use for type
bool HasImplicitZeroInitializer; // Is entry 0 of every slot implicity zeros?
bool isBigEndian, hasLongPointers;// Information about the target compiled for
+ bool hasInternalMarkerOnly; // Only types of linkage are intern/external
typedef std::vector<ValueList*> ValueTable;
ValueTable Values, LateResolveValues;
OpenPOWER on IntegriCloud