mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-05 12:31:33 +00:00
Change Index type from unsigned long to unsigned. This should fix PR14980.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@176645 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
4b7e609548
commit
4a521da51a
@ -2658,7 +2658,7 @@ public:
|
||||
protected:
|
||||
|
||||
SwitchInstTy *SI;
|
||||
unsigned long Index;
|
||||
unsigned Index;
|
||||
SubsetsItTy SubsetIt;
|
||||
|
||||
/// Initializes case iterator for given SwitchInst and for given
|
||||
|
Loading…
Reference in New Issue
Block a user