diff options
| author | Chris Lattner <sabre@nondot.org> | 2001-07-21 22:32:34 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2001-07-21 22:32:34 +0000 |
| commit | bdb56b1639b172e4129b030ff483be0a4e65c59c (patch) | |
| tree | a277137dac9cd92985d80cc626d5b71c07f52301 /llvm/lib | |
| parent | 388c608cb953bb4239cd6e994c9903079469407d (diff) | |
| download | bcm5719-llvm-bdb56b1639b172e4129b030ff483be0a4e65c59c.tar.gz bcm5719-llvm-bdb56b1639b172e4129b030ff483be0a4e65c59c.zip | |
Refer to include/llvm/CodeGen not Codegen
llvm-svn: 256
Diffstat (limited to 'llvm/lib')
| -rw-r--r-- | llvm/lib/CodeGen/TargetMachine/Sparc/Sparc.burg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/TargetMachine/Sparc/Sparc.burg b/llvm/lib/CodeGen/TargetMachine/Sparc/Sparc.burg index d2e3e8c0011..193c6e993e6 100644 --- a/llvm/lib/CodeGen/TargetMachine/Sparc/Sparc.burg +++ b/llvm/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) |

