aboutsummaryrefslogtreecommitdiffstats
path: root/projects/Stacker
diff options
context:
space:
mode:
authorBrian Gaeke <gaeke@uiuc.edu>2004-09-02 03:24:08 +0000
committerBrian Gaeke <gaeke@uiuc.edu>2004-09-02 03:24:08 +0000
commit065b648732db6fa5d9c90dc316dc8485c2e9370b (patch)
treeadb1c8f48687ceaec157969f4c8868ceb4959d0f /projects/Stacker
parent74dfcf12000fcec60e1854f7bb78d481347a0a4b (diff)
downloadexternal_llvm-065b648732db6fa5d9c90dc316dc8485c2e9370b.zip
external_llvm-065b648732db6fa5d9c90dc316dc8485c2e9370b.tar.gz
external_llvm-065b648732db6fa5d9c90dc316dc8485c2e9370b.tar.bz2
Unbreak build
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16139 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'projects/Stacker')
-rw-r--r--projects/Stacker/lib/compiler/StackerCompiler.cpp2
-rw-r--r--projects/Stacker/lib/compiler/StackerCompiler.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/projects/Stacker/lib/compiler/StackerCompiler.cpp b/projects/Stacker/lib/compiler/StackerCompiler.cpp
index 15bf13e..29eb6d3 100644
--- a/projects/Stacker/lib/compiler/StackerCompiler.cpp
+++ b/projects/Stacker/lib/compiler/StackerCompiler.cpp
@@ -18,7 +18,7 @@
#include <llvm/Analysis/Verifier.h>
#include <llvm/Instructions.h>
-#include <Support/Statistic.h>
+#include <llvm/ADT/Statistic.h>
#include "StackerCompiler.h"
#include "StackerParser.h"
#include <string>
diff --git a/projects/Stacker/lib/compiler/StackerCompiler.h b/projects/Stacker/lib/compiler/StackerCompiler.h
index 8939ad0..4186416 100644
--- a/projects/Stacker/lib/compiler/StackerCompiler.h
+++ b/projects/Stacker/lib/compiler/StackerCompiler.h
@@ -22,7 +22,7 @@
#include <llvm/Instruction.h>
#include <llvm/Module.h>
#include <llvm/Assembly/Parser.h>
-#include <Support/StringExtras.h>
+#include <llvm/ADT/StringExtras.h>
using namespace llvm;