summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2001-07-21 22:32:34 +0000
committerChris Lattner <sabre@nondot.org>2001-07-21 22:32:34 +0000
commite23fb7c8ee180fe1783c3ecd7b776678f0cc4636 (patch)
treee872b3450a001bd533a002253ae3eadb266d9b86 /lib
parenta99495ae53146451c970789967672dd9b79642d3 (diff)
downloadllvm-e23fb7c8ee180fe1783c3ecd7b776678f0cc4636.tar.gz
llvm-e23fb7c8ee180fe1783c3ecd7b776678f0cc4636.tar.bz2
llvm-e23fb7c8ee180fe1783c3ecd7b776678f0cc4636.tar.xz
Refer to include/llvm/CodeGen not Codegen
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@256 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r--lib/CodeGen/TargetMachine/Sparc/Sparc.burg2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/TargetMachine/Sparc/Sparc.burg b/lib/CodeGen/TargetMachine/Sparc/Sparc.burg
index d2e3e8c001..193c6e993e 100644
--- a/lib/CodeGen/TargetMachine/Sparc/Sparc.burg
+++ b/lib/CodeGen/TargetMachine/Sparc/Sparc.burg
@@ -1,6 +1,6 @@
%{
#include <stdio.h>
-#include <llvm/Codegen/InstrForest.h>
+#include <llvm/CodeGen/InstrForest.h>
typedef BasicTreeNode* NODEPTR_TYPE;
#define OP_LABEL(p) ((p)->opLabel)