summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2001-10-29 13:29:50 +0000
committerChris Lattner <sabre@nondot.org>2001-10-29 13:29:50 +0000
commite10ec076e9e0cec047495c00dc159ed455acd41e (patch)
tree201ee2b0bd68f7ee0d44cfafc6a619e86ba443ab
parent8c857b86fdc70a7f9cd24f7444ec3679972c0982 (diff)
downloadbcm5719-llvm-e10ec076e9e0cec047495c00dc159ed455acd41e.tar.gz
bcm5719-llvm-e10ec076e9e0cec047495c00dc159ed455acd41e.zip
Systems headers use <> not ""
llvm-svn: 1023
-rw-r--r--llvm/include/llvm/CodeGen/MachineInstr.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/include/llvm/CodeGen/MachineInstr.h b/llvm/include/llvm/CodeGen/MachineInstr.h
index 83798aed22f..748ae15bf71 100644
--- a/llvm/include/llvm/CodeGen/MachineInstr.h
+++ b/llvm/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;
OpenPOWER on IntegriCloud