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:
7c41223
)
Systems headers use <> not ""
author
Chris Lattner
<sabre@nondot.org>
Mon, 29 Oct 2001 13:29:50 +0000
(13:29 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Mon, 29 Oct 2001 13:29:50 +0000
(13:29 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1023
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 83798aed22f06ebe67dd42d260e7ed9e7e8e2e35..748ae15bf712fe0a79684238fa6e1f281d98536c 100644
(file)
--- a/
include/llvm/CodeGen/MachineInstr.h
+++ b/
include/llvm/CodeGen/MachineInstr.h
@@
-20,8
+20,8
@@
#include "llvm/Support/DataTypes.h"
#include "llvm/Support/NonCopyable.h"
#include "llvm/Target/MachineInstrInfo.h"
-#include
"hash_map"
-#include
"hash_set"
+#include
<hash_map>
+#include
<hash_set>
template<class _MI, class _V> class ValOpIterator;