mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 11:42:57 +01:00
Change Index type from unsigned long to unsigned. This should fix PR14980.
llvm-svn: 176645
This commit is contained in:
parent
9f20ea9a91
commit
d62f609790
@ -2658,7 +2658,7 @@ public:
|
|||||||
protected:
|
protected:
|
||||||
|
|
||||||
SwitchInstTy *SI;
|
SwitchInstTy *SI;
|
||||||
unsigned long Index;
|
unsigned Index;
|
||||||
SubsetsItTy SubsetIt;
|
SubsetsItTy SubsetIt;
|
||||||
|
|
||||||
/// Initializes case iterator for given SwitchInst and for given
|
/// Initializes case iterator for given SwitchInst and for given
|
||||||
|
Loading…
Reference in New Issue
Block a user