diff options
Diffstat (limited to 'include/llvm')
24 files changed, 27 insertions, 27 deletions
diff --git a/include/llvm/ADT/DepthFirstIterator.h b/include/llvm/ADT/DepthFirstIterator.h index 7dba378cf1..28c1885676 100644 --- a/include/llvm/ADT/DepthFirstIterator.h +++ b/include/llvm/ADT/DepthFirstIterator.h @@ -34,7 +34,7 @@ #define LLVM_ADT_DEPTHFIRSTITERATOR_H #include "llvm/ADT/GraphTraits.h" -#include "llvm/ADT/iterator" +#include "llvm/ADT/iterator.h" #include "llvm/ADT/SmallPtrSet.h" #include <vector> #include <set> diff --git a/include/llvm/ADT/EquivalenceClasses.h b/include/llvm/ADT/EquivalenceClasses.h index 28aacfeccf..6e00a217be 100644 --- a/include/llvm/ADT/EquivalenceClasses.h +++ b/include/llvm/ADT/EquivalenceClasses.h @@ -15,7 +15,7 @@ #ifndef LLVM_ADT_EQUIVALENCECLASSES_H #define LLVM_ADT_EQUIVALENCECLASSES_H -#include "llvm/ADT/iterator" +#include "llvm/ADT/iterator.h" #include "llvm/Support/DataTypes.h" #include <set> diff --git a/include/llvm/ADT/HashExtras.h b/include/llvm/ADT/HashExtras.h index 2912df264b..fcc50c8510 100644 --- a/include/llvm/ADT/HashExtras.h +++ b/include/llvm/ADT/HashExtras.h @@ -17,7 +17,7 @@ #ifndef LLVM_ADT_HASHEXTRAS_H #define LLVM_ADT_HASHEXTRAS_H -#include "llvm/ADT/hash_map" +#include "llvm/ADT/hash_map.h" #include <string> // Cannot specialize hash template from outside of the std namespace. diff --git a/include/llvm/ADT/PostOrderIterator.h b/include/llvm/ADT/PostOrderIterator.h index f68de30ff6..cc43d26d34 100644 --- a/include/llvm/ADT/PostOrderIterator.h +++ b/include/llvm/ADT/PostOrderIterator.h @@ -17,7 +17,7 @@ #define LLVM_ADT_POSTORDERITERATOR_H #include "llvm/ADT/GraphTraits.h" -#include "llvm/ADT/iterator" +#include "llvm/ADT/iterator.h" #include <stack> #include <set> #include <vector> diff --git a/include/llvm/ADT/SCCIterator.h b/include/llvm/ADT/SCCIterator.h index bd18f13ada..ab5e2f4fc3 100644 --- a/include/llvm/ADT/SCCIterator.h +++ b/include/llvm/ADT/SCCIterator.h @@ -22,7 +22,7 @@ #define LLVM_ADT_SCCITERATOR_H #include "llvm/ADT/GraphTraits.h" -#include "llvm/ADT/iterator" +#include "llvm/ADT/iterator.h" #include <vector> #include <map> diff --git a/include/llvm/ADT/STLExtras.h b/include/llvm/ADT/STLExtras.h index dd1b541633..f1883959d7 100644 --- a/include/llvm/ADT/STLExtras.h +++ b/include/llvm/ADT/STLExtras.h @@ -20,7 +20,7 @@ #include <functional> #include <utility> // for std::pair #include <cstring> // for std::size_t -#include "llvm/ADT/iterator" +#include "llvm/ADT/iterator.h" namespace llvm { diff --git a/include/llvm/ADT/SmallVector.h b/include/llvm/ADT/SmallVector.h index c2e2c17ad2..843d561b6b 100644 --- a/include/llvm/ADT/SmallVector.h +++ b/include/llvm/ADT/SmallVector.h @@ -14,7 +14,7 @@ #ifndef LLVM_ADT_SMALLVECTOR_H #define LLVM_ADT_SMALLVECTOR_H -#include "llvm/ADT/iterator" +#include "llvm/ADT/iterator.h" #include <algorithm> #include <memory> diff --git a/include/llvm/ADT/SparseBitVector.h b/include/llvm/ADT/SparseBitVector.h index 4c28682d39..adeb541d3d 100644 --- a/include/llvm/ADT/SparseBitVector.h +++ b/include/llvm/ADT/SparseBitVector.h @@ -21,7 +21,7 @@ #include "llvm/Support/DataTypes.h" #include "llvm/ADT/STLExtras.h" #include "llvm/Support/MathExtras.h" -#include "llvm/ADT/ilist" +#include "llvm/ADT/ilist.h" namespace llvm { /// SparseBitVector is an implementation of a bitvector that is sparse by only diff --git a/include/llvm/ADT/hash_map.in b/include/llvm/ADT/hash_map.h.in index b5c785f1a4..088fe93808 100644 --- a/include/llvm/ADT/hash_map.in +++ b/include/llvm/ADT/hash_map.h.in @@ -1,4 +1,4 @@ -//===-- llvm/ADT/hash_map - "Portable" wrapper around hash_map --*- C++ -*-===// +//==-- llvm/ADT/hash_map.h - "Portable" wrapper around hash_map --*- C++ -*-==// // // The LLVM Compiler Infrastructure // diff --git a/include/llvm/ADT/hash_set.in b/include/llvm/ADT/hash_set.h.in index a0945ce4ac..8549329749 100644 --- a/include/llvm/ADT/hash_set.in +++ b/include/llvm/ADT/hash_set.h.in @@ -1,4 +1,4 @@ -//===-- llvm/ADT/hash_set - "Portable" wrapper around hash_set --*- C++ -*-===// +//==-- llvm/ADT/hash_set.h - "Portable" wrapper around hash_set --*- C++ -*-==// // // The LLVM Compiler Infrastructure // diff --git a/include/llvm/ADT/ilist b/include/llvm/ADT/ilist.h index d465cbfc71..d4bcb5b904 100644 --- a/include/llvm/ADT/ilist +++ b/include/llvm/ADT/ilist.h @@ -1,4 +1,4 @@ -//===-- llvm/ADT/ilist - Intrusive Linked List Template ---------*- C++ -*-===// +//==-- llvm/ADT/ilist.h - Intrusive Linked List Template ---------*- C++ -*-==// // // The LLVM Compiler Infrastructure // @@ -38,7 +38,7 @@ #ifndef LLVM_ADT_ILIST #define LLVM_ADT_ILIST -#include "llvm/ADT/iterator" +#include "llvm/ADT/iterator.h" #include <cassert> #include <cstdlib> diff --git a/include/llvm/ADT/iterator.in b/include/llvm/ADT/iterator.h.in index 3494c71021..86d4be34d4 100644 --- a/include/llvm/ADT/iterator.in +++ b/include/llvm/ADT/iterator.h.in @@ -1,4 +1,4 @@ -//===-- llvm/ADT/iterator - Portable wrapper around <iterator> --*- C++ -*-===// +//==-- llvm/ADT/iterator.h - Portable wrapper around <iterator> --*- C++ -*-==// // // The LLVM Compiler Infrastructure // diff --git a/include/llvm/Analysis/AliasSetTracker.h b/include/llvm/Analysis/AliasSetTracker.h index 70c25b0680..d9e45ce9a1 100644 --- a/include/llvm/Analysis/AliasSetTracker.h +++ b/include/llvm/Analysis/AliasSetTracker.h @@ -19,9 +19,9 @@ #include "llvm/Support/CallSite.h" #include "llvm/Support/Streams.h" -#include "llvm/ADT/iterator" -#include "llvm/ADT/hash_map" -#include "llvm/ADT/ilist" +#include "llvm/ADT/iterator.h" +#include "llvm/ADT/hash_map.h" +#include "llvm/ADT/ilist.h" namespace llvm { diff --git a/include/llvm/Analysis/ConstantsScanner.h b/include/llvm/Analysis/ConstantsScanner.h index 0be54bbfce..c52b24efe8 100644 --- a/include/llvm/Analysis/ConstantsScanner.h +++ b/include/llvm/Analysis/ConstantsScanner.h @@ -18,7 +18,7 @@ #include "llvm/Support/InstIterator.h" #include "llvm/Instruction.h" -#include "llvm/ADT/iterator" +#include "llvm/ADT/iterator.h" namespace llvm { diff --git a/include/llvm/BasicBlock.h b/include/llvm/BasicBlock.h index edb3283303..108f43a767 100644 --- a/include/llvm/BasicBlock.h +++ b/include/llvm/BasicBlock.h @@ -16,7 +16,7 @@ #include "llvm/Instruction.h" #include "llvm/SymbolTableListTraits.h" -#include "llvm/ADT/ilist" +#include "llvm/ADT/ilist.h" #include "llvm/Support/DataTypes.h" namespace llvm { diff --git a/include/llvm/Bitcode/Archive.h b/include/llvm/Bitcode/Archive.h index 50562e490f..91684c62e2 100644 --- a/include/llvm/Bitcode/Archive.h +++ b/include/llvm/Bitcode/Archive.h @@ -17,7 +17,7 @@ #ifndef LLVM_BITCODE_ARCHIVE_H #define LLVM_BITCODE_ARCHIVE_H -#include "llvm/ADT/ilist" +#include "llvm/ADT/ilist.h" #include "llvm/System/Path.h" #include <map> #include <set> diff --git a/include/llvm/CodeGen/MachineBasicBlock.h b/include/llvm/CodeGen/MachineBasicBlock.h index 6fbe17005c..cd7c8d5992 100644 --- a/include/llvm/CodeGen/MachineBasicBlock.h +++ b/include/llvm/CodeGen/MachineBasicBlock.h @@ -16,7 +16,7 @@ #include "llvm/CodeGen/MachineInstr.h" #include "llvm/ADT/GraphTraits.h" -#include "llvm/ADT/ilist" +#include "llvm/ADT/ilist.h" #include "llvm/Support/Streams.h" namespace llvm { diff --git a/include/llvm/CodeGen/MachineRegisterInfo.h b/include/llvm/CodeGen/MachineRegisterInfo.h index 665b55c4ca..f5fda9bfc0 100644 --- a/include/llvm/CodeGen/MachineRegisterInfo.h +++ b/include/llvm/CodeGen/MachineRegisterInfo.h @@ -16,7 +16,7 @@ #include "llvm/Target/TargetRegisterInfo.h" #include "llvm/ADT/BitVector.h" -#include "llvm/ADT/iterator" +#include "llvm/ADT/iterator.h" #include <vector> namespace llvm { diff --git a/include/llvm/CodeGen/SchedGraphCommon.h b/include/llvm/CodeGen/SchedGraphCommon.h index eeec617a3e..514c464dff 100644 --- a/include/llvm/CodeGen/SchedGraphCommon.h +++ b/include/llvm/CodeGen/SchedGraphCommon.h @@ -16,7 +16,7 @@ #define LLVM_CODEGEN_SCHEDGRAPHCOMMON_H #include "llvm/Value.h" -#include "llvm/ADT/iterator" +#include "llvm/ADT/iterator.h" #include "llvm/Support/Streams.h" #include <vector> diff --git a/include/llvm/CodeGen/SelectionDAG.h b/include/llvm/CodeGen/SelectionDAG.h index 5094f023f5..b68ed60681 100644 --- a/include/llvm/CodeGen/SelectionDAG.h +++ b/include/llvm/CodeGen/SelectionDAG.h @@ -16,7 +16,7 @@ #define LLVM_CODEGEN_SELECTIONDAG_H #include "llvm/ADT/FoldingSet.h" -#include "llvm/ADT/ilist" +#include "llvm/ADT/ilist.h" #include "llvm/CodeGen/SelectionDAGNodes.h" #include <list> diff --git a/include/llvm/CodeGen/SelectionDAGNodes.h b/include/llvm/CodeGen/SelectionDAGNodes.h index 8388ab91f2..081b0e1903 100644 --- a/include/llvm/CodeGen/SelectionDAGNodes.h +++ b/include/llvm/CodeGen/SelectionDAGNodes.h @@ -22,7 +22,7 @@ #include "llvm/Value.h" #include "llvm/ADT/FoldingSet.h" #include "llvm/ADT/GraphTraits.h" -#include "llvm/ADT/iterator" +#include "llvm/ADT/iterator.h" #include "llvm/ADT/APFloat.h" #include "llvm/ADT/APInt.h" #include "llvm/CodeGen/ValueTypes.h" diff --git a/include/llvm/Support/CFG.h b/include/llvm/Support/CFG.h index 0d49aecb09..b0b857bf02 100644 --- a/include/llvm/Support/CFG.h +++ b/include/llvm/Support/CFG.h @@ -18,7 +18,7 @@ #include "llvm/ADT/GraphTraits.h" #include "llvm/Function.h" #include "llvm/InstrTypes.h" -#include "llvm/ADT/iterator" +#include "llvm/ADT/iterator.h" namespace llvm { diff --git a/include/llvm/Type.h b/include/llvm/Type.h index b029212de4..c19e34b35d 100644 --- a/include/llvm/Type.h +++ b/include/llvm/Type.h @@ -16,7 +16,7 @@ #include "llvm/Support/DataTypes.h" #include "llvm/Support/Streams.h" #include "llvm/ADT/GraphTraits.h" -#include "llvm/ADT/iterator" +#include "llvm/ADT/iterator.h" #include <string> #include <vector> diff --git a/include/llvm/Use.h b/include/llvm/Use.h index d4152b39df..0a971d18ce 100644 --- a/include/llvm/Use.h +++ b/include/llvm/Use.h @@ -17,7 +17,7 @@ #define LLVM_USE_H #include "llvm/Support/Casting.h" -#include "llvm/ADT/iterator" +#include "llvm/ADT/iterator.h" namespace llvm { |