mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-16 11:24:39 +00:00
minor bugfix
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36777 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -446,6 +446,7 @@ public:
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Read a record.
|
// Read a record.
|
||||||
|
Record.clear();
|
||||||
switch (ReadRecord(Code, Record)) {
|
switch (ReadRecord(Code, Record)) {
|
||||||
default: break; // Default behavior, ignore unknown content.
|
default: break; // Default behavior, ignore unknown content.
|
||||||
case bitc::BLOCKINFO_CODE_SETBID:
|
case bitc::BLOCKINFO_CODE_SETBID:
|
||||||
|
Reference in New Issue
Block a user