aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/CodeGen/MachineBasicBlock.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
commita9db7a2164055f59c1623434dac6ea7e23e1eb32 (patch)
treee60154e4fd1b77ccf2690320c9eac7a262b8307d /include/llvm/CodeGen/MachineBasicBlock.h
parent8854a757d703697a752c0f985e03db8b8f3805d8 (diff)
downloadexternal_llvm-a9db7a2164055f59c1623434dac6ea7e23e1eb32.tar.gz
external_llvm-a9db7a2164055f59c1623434dac6ea7e23e1eb32.tar.bz2
external_llvm-a9db7a2164055f59c1623434dac6ea7e23e1eb32.zip
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/CodeGen/MachineBasicBlock.h')
-rw-r--r--include/llvm/CodeGen/MachineBasicBlock.h2
1 files changed, 1 insertions, 1 deletions
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 {