aboutsummaryrefslogtreecommitdiff
path: root/lib/Driver/ArgList.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Driver/ArgList.cpp')
-rw-r--r--lib/Driver/ArgList.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Driver/ArgList.cpp b/lib/Driver/ArgList.cpp
index d273516107..3c67f8f1e9 100644
--- a/lib/Driver/ArgList.cpp
+++ b/lib/Driver/ArgList.cpp
@@ -18,7 +18,7 @@ ArgList::ArgList(const char **ArgBegin, const char **ArgEnd) {
}
ArgList::~ArgList() {
- for (iterator it = begin(), ie = end(); it != ie; ++ie)
+ for (iterator it = begin(), ie = end(); it != ie; ++it)
delete *it;
}