aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGordon Henriksen <gordonhenriksen@mac.com>2007-12-09 01:12:08 +0000
committerGordon Henriksen <gordonhenriksen@mac.com>2007-12-09 01:12:08 +0000
commit8d1ea750601cd27f5d70cef1186864abcf57bdb1 (patch)
tree3b6ebc9fde03316f5760f8ce53f9a1f1467e7ddc
parentb25a0934cc9961f4988d01e4181b7dad046e03fc (diff)
downloadexternal_llvm-8d1ea750601cd27f5d70cef1186864abcf57bdb1.zip
external_llvm-8d1ea750601cd27f5d70cef1186864abcf57bdb1.tar.gz
external_llvm-8d1ea750601cd27f5d70cef1186864abcf57bdb1.tar.bz2
Fix a very silly typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44732 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--include/llvm/Support/StringPool.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Support/StringPool.h b/include/llvm/Support/StringPool.h
index 692beff..7ac2b14 100644
--- 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>