aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/Sparc/InstSelectSimple.cpp
diff options
context:
space:
mode:
authorBrian Gaeke <gaeke@uiuc.edu>2004-09-02 02:37:43 +0000
committerBrian Gaeke <gaeke@uiuc.edu>2004-09-02 02:37:43 +0000
commit74dfcf12000fcec60e1854f7bb78d481347a0a4b (patch)
tree08455e280b1bd32d64ba73f29559811ccaf257c4 /lib/Target/Sparc/InstSelectSimple.cpp
parent551ccae044b0ff658fe629dd67edd5ffe75d10e8 (diff)
Back to compiling land for v8
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16138 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/Sparc/InstSelectSimple.cpp')
-rw-r--r--lib/Target/Sparc/InstSelectSimple.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/Sparc/InstSelectSimple.cpp b/lib/Target/Sparc/InstSelectSimple.cpp
index ac33ef574b..51621301e3 100644
--- a/lib/Target/Sparc/InstSelectSimple.cpp
+++ b/lib/Target/Sparc/InstSelectSimple.cpp
@@ -13,7 +13,7 @@
#include "SparcV8.h"
#include "SparcV8InstrInfo.h"
-#include "Support/Debug.h"
+#include "llvm/Support/Debug.h"
#include "llvm/Instructions.h"
#include "llvm/Pass.h"
#include "llvm/Constants.h"