mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-16 12:24:03 +00:00
remove support for reading llvm 2.9 .bc files. LLVM 3.1 is only compatible back to 3.0
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145164 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -211,7 +211,6 @@ public:
|
||||
bool ParseTriple(std::string &Triple);
|
||||
private:
|
||||
Type *getTypeByID(unsigned ID);
|
||||
Type *getTypeByIDOrNull(unsigned ID);
|
||||
Value *getFnValueByID(unsigned ID, Type *Ty) {
|
||||
if (Ty && Ty->isMetadataTy())
|
||||
return MDValueList.getValueFwdRef(ID);
|
||||
@ -259,10 +258,8 @@ private:
|
||||
bool ParseModule();
|
||||
bool ParseAttributeBlock();
|
||||
bool ParseTypeTable();
|
||||
bool ParseOldTypeTable(); // FIXME: Remove in LLVM 3.1
|
||||
bool ParseTypeTableBody();
|
||||
|
||||
bool ParseOldTypeSymbolTable(); // FIXME: Remove in LLVM 3.1
|
||||
bool ParseValueSymbolTable();
|
||||
bool ParseConstants();
|
||||
bool RememberAndSkipFunctionBody();
|
||||
|
Reference in New Issue
Block a user