aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/MachineFunction.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-07-24 21:21:32 +0000
committerChris Lattner <sabre@nondot.org>2002-07-24 21:21:32 +0000
commit09ff1126dab045d68be7d9e8ae7ad0601002a718 (patch)
treee4fb571d35f390670aed304ba303b5d2a55593d2 /include/llvm/CodeGen/MachineFunction.h
parent417d31c202bf42c1f9db1afa1d2e6730c6fbd566 (diff)
*** empty log message ***
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3056 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen/MachineFunction.h')
-rw-r--r--include/llvm/CodeGen/MachineFunction.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/CodeGen/MachineFunction.h b/include/llvm/CodeGen/MachineFunction.h
index fb9eaf8fe9..e1b8e4f1f5 100644
--- a/include/llvm/CodeGen/MachineFunction.h
+++ b/include/llvm/CodeGen/MachineFunction.h
@@ -12,7 +12,7 @@
#include "llvm/Annotation.h"
#include "Support/NonCopyable.h"
#include "Support/HashExtras.h"
-#include <ext/hash_set>
+#include <Support/hash_set>
class Value;
class Function;
class Constant;