aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2001-11-29 16:32:16 +0000
committerChris Lattner <sabre@nondot.org>2001-11-29 16:32:16 +0000
commitf60dc88b3dc771c8dfbb5c6958666804af2fe032 (patch)
treebf925e1db2de403649337ac7412448fde99130f9
parentcee8f9ae67104576b2028125b56e9ba4856a1d66 (diff)
downloadexternal_llvm-f60dc88b3dc771c8dfbb5c6958666804af2fe032.zip
external_llvm-f60dc88b3dc771c8dfbb5c6958666804af2fe032.tar.gz
external_llvm-f60dc88b3dc771c8dfbb5c6958666804af2fe032.tar.bz2
Move support directory
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1401 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/Bytecode/Writer/Writer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Bytecode/Writer/Writer.cpp b/lib/Bytecode/Writer/Writer.cpp
index c8ce40b..dd46d88 100644
--- a/lib/Bytecode/Writer/Writer.cpp
+++ b/lib/Bytecode/Writer/Writer.cpp
@@ -30,7 +30,7 @@
#include "llvm/ConstPoolVals.h"
#include "llvm/SymbolTable.h"
#include "llvm/DerivedTypes.h"
-#include "llvm/Support/STLExtras.h"
+#include "Support/STLExtras.h"
#include <string.h>
#include <algorithm>