summaryrefslogtreecommitdiff
path: root/include/llvm/ADT/ilist.h
diff options
context:
space:
mode:
authorAnton Korobeynikov <asl@math.spbu.ru>2008-05-29 18:17:53 +0000
committerAnton Korobeynikov <asl@math.spbu.ru>2008-05-29 18:17:53 +0000
commit1ff4ed726bb8526d1e49030245365f8c86a8bb49 (patch)
treea7b1ba8f093388660e577687bcfe7f23553a7a8d /include/llvm/ADT/ilist.h
parent4b5b209679f866d3ac6372f963aa7e9906f9a08b (diff)
downloadllvm-1ff4ed726bb8526d1e49030245365f8c86a8bb49.tar.gz
llvm-1ff4ed726bb8526d1e49030245365f8c86a8bb49.tar.bz2
llvm-1ff4ed726bb8526d1e49030245365f8c86a8bb49.tar.xz
Update guards
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51692 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/ADT/ilist.h')
-rw-r--r--include/llvm/ADT/ilist.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/llvm/ADT/ilist.h b/include/llvm/ADT/ilist.h
index d4bcb5b904..016e9fd15f 100644
--- a/include/llvm/ADT/ilist.h
+++ b/include/llvm/ADT/ilist.h
@@ -35,8 +35,8 @@
//
//===----------------------------------------------------------------------===//
-#ifndef LLVM_ADT_ILIST
-#define LLVM_ADT_ILIST
+#ifndef LLVM_ADT_ILIST_H
+#define LLVM_ADT_ILIST_H
#include "llvm/ADT/iterator.h"
#include <cassert>
@@ -631,4 +631,4 @@ namespace std {
}
} // End 'std' extensions...
-#endif
+#endif // LLVM_ADT_ILIST_H