summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-07-09 16:50:24 +0000
committerChris Lattner <sabre@nondot.org>2002-07-09 16:50:24 +0000
commitd6e237ff52d82c09c110495ad8805abf12ad975d (patch)
treee4eb73c9b26c15712223b70173cbb2190fba3604 /llvm
parenta3697666ebafcc4b47adcc967aff1af27b4715c9 (diff)
downloadbcm5719-llvm-d6e237ff52d82c09c110495ad8805abf12ad975d.tar.gz
bcm5719-llvm-d6e237ff52d82c09c110495ad8805abf12ad975d.zip
Include header in the compiler-neutral location
llvm-svn: 2843
Diffstat (limited to 'llvm')
-rw-r--r--llvm/include/llvm/CodeGen/MachineInstr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/CodeGen/MachineInstr.h b/llvm/include/llvm/CodeGen/MachineInstr.h
index 4d772d8f880..15c4b7878a7 100644
--- a/llvm/include/llvm/CodeGen/MachineInstr.h
+++ b/llvm/include/llvm/CodeGen/MachineInstr.h
@@ -12,7 +12,7 @@
#include "llvm/Target/MachineInstrInfo.h"
#include "llvm/Annotation.h"
#include <iterator>
-#include <hash_set>
+#include <ext/hash_set>
class Instruction;
//---------------------------------------------------------------------------
OpenPOWER on IntegriCloud