1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 19:52:54 +01:00

Change Index type from unsigned long to unsigned. This should fix PR14980.

llvm-svn: 176645
This commit is contained in:
Jakub Staszak 2013-03-07 20:21:27 +00:00
parent 9f20ea9a91
commit d62f609790

View File

@ -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