Refer to include/llvm/CodeGen not Codegen
authorChris Lattner <sabre@nondot.org>
Sat, 21 Jul 2001 22:32:34 +0000 (22:32 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 21 Jul 2001 22:32:34 +0000 (22:32 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@256 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/TargetMachine/Sparc/Sparc.burg

index d2e3e8c00115cbf677f2730058f90cf8d0c9f37e..193c6e993e653fa5bd4d20826f1e13e12bd557c0 100644 (file)
@@ -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)