mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-25 00:24:26 +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:
@ -501,7 +501,7 @@ public:
|
|||||||
/// EnterBlockInfoBlock - Start emitting the BLOCKINFO_BLOCK.
|
/// EnterBlockInfoBlock - Start emitting the BLOCKINFO_BLOCK.
|
||||||
void EnterBlockInfoBlock(unsigned CodeWidth) {
|
void EnterBlockInfoBlock(unsigned CodeWidth) {
|
||||||
EnterSubblock(bitc::BLOCKINFO_BLOCK_ID, CodeWidth);
|
EnterSubblock(bitc::BLOCKINFO_BLOCK_ID, CodeWidth);
|
||||||
BlockInfoCurBID = -1U;
|
BlockInfoCurBID = ~0U;
|
||||||
}
|
}
|
||||||
private:
|
private:
|
||||||
/// SwitchToBlockID - If we aren't already talking about the specified block
|
/// SwitchToBlockID - If we aren't already talking about the specified block
|
||||||
|
Reference in New Issue
Block a user