commit | 74dfcf12000fcec60e1854f7bb78d481347a0a4b | [log] [tgz] |
---|---|---|
author | Brian Gaeke <gaeke@uiuc.edu> | Thu Sep 02 02:37:43 2004 +0000 |
committer | Brian Gaeke <gaeke@uiuc.edu> | Thu Sep 02 02:37:43 2004 +0000 |
tree | 08455e280b1bd32d64ba73f29559811ccaf257c4 | |
parent | 551ccae044b0ff658fe629dd67edd5ffe75d10e8 [diff] [blame] |
Back to compiling land for v8 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16138 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Target/Sparc/DelaySlotFiller.cpp b/lib/Target/Sparc/DelaySlotFiller.cpp index 78d5baa..9199578 100644 --- a/lib/Target/Sparc/DelaySlotFiller.cpp +++ b/lib/Target/Sparc/DelaySlotFiller.cpp
@@ -14,7 +14,7 @@ #include "SparcV8.h" #include "llvm/CodeGen/MachineFunctionPass.h" #include "llvm/CodeGen/MachineInstrBuilder.h" -#include "Support/Statistic.h" +#include "llvm/ADT/Statistic.h" using namespace llvm;