mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-15 04:30:12 +00:00
Fix indentation.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@90613 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f7ea2a534b
commit
ea7bfc5aa0
@ -84,7 +84,7 @@ namespace llvm {
|
|||||||
|
|
||||||
inline gep_type_iterator gep_type_begin(const User *GEP) {
|
inline gep_type_iterator gep_type_begin(const User *GEP) {
|
||||||
return gep_type_iterator::begin(GEP->getOperand(0)->getType(),
|
return gep_type_iterator::begin(GEP->getOperand(0)->getType(),
|
||||||
GEP->op_begin()+1);
|
GEP->op_begin()+1);
|
||||||
}
|
}
|
||||||
inline gep_type_iterator gep_type_end(const User *GEP) {
|
inline gep_type_iterator gep_type_end(const User *GEP) {
|
||||||
return gep_type_iterator::end(GEP->op_end());
|
return gep_type_iterator::end(GEP->op_end());
|
||||||
|
Loading…
Reference in New Issue
Block a user