mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-12 13:30:51 +00:00
Fix windows compilation warning. Patch by Micah.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153215 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
0191bfcf7a
commit
9ca3b89847
@ -501,7 +501,7 @@ public:
|
||||
/// EnterBlockInfoBlock - Start emitting the BLOCKINFO_BLOCK.
|
||||
void EnterBlockInfoBlock(unsigned CodeWidth) {
|
||||
EnterSubblock(bitc::BLOCKINFO_BLOCK_ID, CodeWidth);
|
||||
BlockInfoCurBID = -1U;
|
||||
BlockInfoCurBID = ~0U;
|
||||
}
|
||||
private:
|
||||
/// SwitchToBlockID - If we aren't already talking about the specified block
|
||||
|
Loading…
Reference in New Issue
Block a user