projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4b7e609
)
Change Index type from unsigned long to unsigned. This should fix PR14980.
author
Jakub Staszak
<kubastaszak@gmail.com>
Thu, 7 Mar 2013 20:21:27 +0000
(20:21 +0000)
committer
Jakub Staszak
<kubastaszak@gmail.com>
Thu, 7 Mar 2013 20:21:27 +0000
(20:21 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@176645
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/IR/Instructions.h
patch
|
blob
|
history
diff --git
a/include/llvm/IR/Instructions.h
b/include/llvm/IR/Instructions.h
index 75696f7ab09b90ab3d0b2779ec8e9530b7f1b782..57b0d89276ecbae390d786d0b667589459996d15 100644
(file)
--- a/
include/llvm/IR/Instructions.h
+++ b/
include/llvm/IR/Instructions.h
@@
-2658,7
+2658,7
@@
public:
protected:
SwitchInstTy *SI;
- unsigned
long
Index;
+ unsigned Index;
SubsetsItTy SubsetIt;
/// Initializes case iterator for given SwitchInst and for given