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:
8f3cfb4
)
Fix #include specification.
author
David Greene
<greened@obbligato.org>
Fri, 10 Jul 2009 00:34:39 +0000
(
00:34
+0000)
committer
David Greene
<greened@obbligato.org>
Fri, 10 Jul 2009 00:34:39 +0000
(
00:34
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75208
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/CodeGen/AsmStream.h
patch
|
blob
|
history
diff --git
a/include/llvm/CodeGen/AsmStream.h
b/include/llvm/CodeGen/AsmStream.h
index 939a3e078fff7adf26147ca791c1b4d1ddfb2884..6b17c73975d10ef99c4ac32bec1840a6d7a32978 100644
(file)
--- a/
include/llvm/CodeGen/AsmStream.h
+++ b/
include/llvm/CodeGen/AsmStream.h
@@
-16,7
+16,7
@@
#define LLVM_CODEGEN_ASMSTREAM_H
#include "llvm/Target/TargetAsmInfo.h"
-#include
<llvm/Support/raw_ostream.h>
+#include
"llvm/Support/raw_ostream.h"
namespace llvm
{