[APInt] Implement tcDecrement as a counterpart to tcIncrement. This is for use in...
[oota-llvm.git] / include / llvm / ADT / ImmutableList.h
index 20bdd903f7a544a570566d07d64c6a7471bdfbe0..7f0c239423bd4e0db4d520b21b54dcc6dfe789c9 100644 (file)
 //
 //===----------------------------------------------------------------------===//
 
-#ifndef LLVM_ADT_IMLIST_H
-#define LLVM_ADT_IMLIST_H
+#ifndef LLVM_ADT_IMMUTABLELIST_H
+#define LLVM_ADT_IMMUTABLELIST_H
 
-#include "llvm/Support/Allocator.h"
 #include "llvm/ADT/FoldingSet.h"
+#include "llvm/Support/Allocator.h"
 #include "llvm/Support/DataTypes.h"
 #include <cassert>