projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec0de5c
)
Include header in the compiler-neutral location
author
Chris Lattner
<sabre@nondot.org>
Tue, 9 Jul 2002 16:50:24 +0000
(16:50 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Tue, 9 Jul 2002 16:50:24 +0000
(16:50 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2843
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/CodeGen/MachineInstr.h
patch
|
blob
|
history
diff --git
a/include/llvm/CodeGen/MachineInstr.h
b/include/llvm/CodeGen/MachineInstr.h
index 4d772d8f880c07ca497b42d20f79a881ac6b6fae..15c4b7878a7d73eb9b7d1579e255a15e4abbbb0d 100644
(file)
--- a/
include/llvm/CodeGen/MachineInstr.h
+++ b/
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;
//---------------------------------------------------------------------------