aboutsummaryrefslogtreecommitdiffstats
path: root/lib/VMCore/SymbolTable.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2001-07-23 17:46:59 +0000
committerChris Lattner <sabre@nondot.org>2001-07-23 17:46:59 +0000
commit57dbb3ad63b6a0e77798edb156ef43daa3bfc67e (patch)
treeb10d00a2fd1de0f409b4f341f0a3b1ace177ec15 /lib/VMCore/SymbolTable.cpp
parentdbab15a2c9accc0242109881e1632137cb97dbc9 (diff)
downloadexternal_llvm-57dbb3ad63b6a0e77798edb156ef43daa3bfc67e.zip
external_llvm-57dbb3ad63b6a0e77798edb156ef43daa3bfc67e.tar.gz
external_llvm-57dbb3ad63b6a0e77798edb156ef43daa3bfc67e.tar.bz2
Moved inline/llvm/Tools/* to include/llvm/Support/*
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@279 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/VMCore/SymbolTable.cpp')
-rw-r--r--lib/VMCore/SymbolTable.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/VMCore/SymbolTable.cpp b/lib/VMCore/SymbolTable.cpp
index 07e4b87..e054b88 100644
--- a/lib/VMCore/SymbolTable.cpp
+++ b/lib/VMCore/SymbolTable.cpp
@@ -6,7 +6,7 @@
#include "llvm/SymbolTable.h"
#include "llvm/InstrTypes.h"
-#include "llvm/Tools/StringExtras.h"
+#include "llvm/Support/StringExtras.h"
#ifndef NDEBUG
#include "llvm/BasicBlock.h" // Required for assertions to work.
#include "llvm/Type.h"