diff options
author | Eric Christopher <echristo@apple.com> | 2012-01-12 01:26:58 +0000 |
---|---|---|
committer | Eric Christopher <echristo@apple.com> | 2012-01-12 01:26:58 +0000 |
commit | 121c67d7ecab148f1ce24ab2b7e56460d1c47e7a (patch) | |
tree | 4d5097ab3dece60b784f5aeb801c40ff20f23739 /lib/CodeGen/CGDebugInfo.cpp | |
parent | 7c9b2fdf1920b2e7b9f8f353dd70041cfc44473f (diff) |
Formatting.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@147989 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CGDebugInfo.cpp')
-rw-r--r-- | lib/CodeGen/CGDebugInfo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/CGDebugInfo.cpp b/lib/CodeGen/CGDebugInfo.cpp index 46a50e555b..31e4bcf5f8 100644 --- a/lib/CodeGen/CGDebugInfo.cpp +++ b/lib/CodeGen/CGDebugInfo.cpp @@ -887,7 +887,7 @@ void CGDebugInfo:: CollectCXXFriends(const CXXRecordDecl *RD, llvm::DIFile Unit, SmallVectorImpl<llvm::Value *> &EltTys, llvm::DIType RecordTy) { - for (CXXRecordDecl::friend_iterator BI = RD->friend_begin(), + for (CXXRecordDecl::friend_iterator BI = RD->friend_begin(), BE = RD->friend_end(); BI != BE; ++BI) { if ((*BI)->isUnsupportedFriend()) continue; |