diff options
author | Bob Wilson <bob.wilson@apple.com> | 2009-12-04 22:46:47 +0000 |
---|---|---|
committer | Bob Wilson <bob.wilson@apple.com> | 2009-12-04 22:46:47 +0000 |
commit | 9e2792690bd41191442cf3a65ad591a32ee9ab10 (patch) | |
tree | b75c1b399825e6646e59d97ebe4f6684603bee86 | |
parent | 15f9df5f4b3d1a109af029baa485226846d88836 (diff) | |
download | bcm5719-llvm-9e2792690bd41191442cf3a65ad591a32ee9ab10.tar.gz bcm5719-llvm-9e2792690bd41191442cf3a65ad591a32ee9ab10.zip |
Fix indentation.
llvm-svn: 90613
-rw-r--r-- | llvm/include/llvm/Support/GetElementPtrTypeIterator.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/Support/GetElementPtrTypeIterator.h b/llvm/include/llvm/Support/GetElementPtrTypeIterator.h index f5915c992cd..e5e7fc74095 100644 --- a/llvm/include/llvm/Support/GetElementPtrTypeIterator.h +++ b/llvm/include/llvm/Support/GetElementPtrTypeIterator.h @@ -84,7 +84,7 @@ namespace llvm { inline gep_type_iterator gep_type_begin(const User *GEP) { 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) { return gep_type_iterator::end(GEP->op_end()); |