commit | 065b648732db6fa5d9c90dc316dc8485c2e9370b | [log] [tgz] |
---|---|---|
author | Brian Gaeke <gaeke@uiuc.edu> | Thu Sep 02 03:24:08 2004 +0000 |
committer | Brian Gaeke <gaeke@uiuc.edu> | Thu Sep 02 03:24:08 2004 +0000 |
tree | adb1c8f48687ceaec157969f4c8868ceb4959d0f | |
parent | 74dfcf12000fcec60e1854f7bb78d481347a0a4b [diff] |
Unbreak build git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16139 91177308-0d34-0410-b5e6-96231b3b80d8
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;