mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 05:01:59 +01:00
Fix windows compilation warning. Patch by Micah.
llvm-svn: 153215
This commit is contained in:
parent
3f84548106
commit
d0ec185e96
@ -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…
x
Reference in New Issue
Block a user