summaryrefslogtreecommitdiffstats
path: root/include/llvm/Support/CFG.h
diff options
context:
space:
mode:
authorAnton Korobeynikov <asl@math.spbu.ru>2008-05-29 17:41:17 +0000
committerAnton Korobeynikov <asl@math.spbu.ru>2008-05-29 17:41:17 +0000
commit43d1fd449f1a0ac9d9dafa0b9569bb6b2e976198 (patch)
treee60154e4fd1b77ccf2690320c9eac7a262b8307d /include/llvm/Support/CFG.h
parent5771d6c16d71dc3bba59b88592686c76f07f4721 (diff)
downloadexternal_llvm-43d1fd449f1a0ac9d9dafa0b9569bb6b2e976198.zip
external_llvm-43d1fd449f1a0ac9d9dafa0b9569bb6b2e976198.tar.gz
external_llvm-43d1fd449f1a0ac9d9dafa0b9569bb6b2e976198.tar.bz2
For PR1338: rename include/llvm/ADT/ilist and friends to end with ".h"
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51687 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Support/CFG.h')
-rw-r--r--include/llvm/Support/CFG.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Support/CFG.h b/include/llvm/Support/CFG.h
index 0d49aec..b0b857b 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 {