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:
b25a093
)
Fix a very silly typo.
author
Gordon Henriksen
<gordonhenriksen@mac.com>
Sun, 9 Dec 2007 01:12:08 +0000
(
01:12
+0000)
committer
Gordon Henriksen
<gordonhenriksen@mac.com>
Sun, 9 Dec 2007 01:12:08 +0000
(
01:12
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44732
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/Support/StringPool.h
patch
|
blob
|
history
diff --git
a/include/llvm/Support/StringPool.h
b/include/llvm/Support/StringPool.h
index 692befffe996f7848cba554ceff1ba59dbb5093b..7ac2b147c34dc7eb54c0ff355f1166cb676a3ce5 100644
(file)
--- a/
include/llvm/Support/StringPool.h
+++ b/
include/llvm/Support/StringPool.h
@@
-29,7
+29,7
@@
#ifndef LLVM_SUPPORT_STRINGPOOL_H
#define LLVM_SUPPORT_STRINGPOOL_H
-#include
<llvm/ADT/StringMap.h>
+#include
"llvm/ADT/StringMap.h"
#include <new>
#include <cassert>