mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-15 09:33:39 +00:00
remove dead code
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36728 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
20c7b986d9
commit
dc78d3a800
@ -221,12 +221,6 @@ bool BitcodeReader::ParseTypeTable() {
|
|||||||
return Error("Invalid TYPE_CODE_NUMENTRY record");
|
return Error("Invalid TYPE_CODE_NUMENTRY record");
|
||||||
TypeList.reserve(Record[0]);
|
TypeList.reserve(Record[0]);
|
||||||
continue;
|
continue;
|
||||||
case bitc::TYPE_CODE_META: // TYPE_CODE_META: [metacode]...
|
|
||||||
// No metadata supported yet.
|
|
||||||
if (Record.size() < 1)
|
|
||||||
return Error("Invalid TYPE_CODE_META record");
|
|
||||||
continue;
|
|
||||||
|
|
||||||
case bitc::TYPE_CODE_VOID: // VOID
|
case bitc::TYPE_CODE_VOID: // VOID
|
||||||
ResultTy = Type::VoidTy;
|
ResultTy = Type::VoidTy;
|
||||||
break;
|
break;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user