1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-02-01 13:11:39 +01:00

minor bugfix

llvm-svn: 36777
This commit is contained in:
Chris Lattner 2007-05-05 07:20:34 +00:00
parent e5194cc663
commit 7d16cb364d

View File

@ -446,6 +446,7 @@ public:
}
// Read a record.
Record.clear();
switch (ReadRecord(Code, Record)) {
default: break; // Default behavior, ignore unknown content.
case bitc::BLOCKINFO_CODE_SETBID: