diff options
author | Chris Lattner <sabre@nondot.org> | 2001-09-14 03:37:52 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2001-09-14 03:37:52 +0000 |
commit | 0a823a062cc5a23ba741f641f16f05ee18704faf (patch) | |
tree | f46bc7fd8d2f9ea88f9cf51bbe77f48f6833eac2 /llvm/lib/CodeGen/TargetMachine/Sparc/Sparc.burg | |
parent | ff0c8a7511d5390ac8fc0a6b58978675782b52b3 (diff) | |
download | bcm5719-llvm-0a823a062cc5a23ba741f641f16f05ee18704faf.tar.gz bcm5719-llvm-0a823a062cc5a23ba741f641f16f05ee18704faf.zip |
This checkin represents some cleanup of the backend, implementing the following things:
1. The TargetMachine structure is free to decide the process a particular target uses to generate code.
2. All of the gooee details of the sparc backend are now localized in the lib/CodeGen/TargetMAchine/Sparc directory. The Sparc.h file that is globally visible is just a stub.
3. The Sparc.h file that esxists now will dissapear entirely someday when we have multiple backends chosen by a factory of some sort.
llvm-svn: 559
Diffstat (limited to 'llvm/lib/CodeGen/TargetMachine/Sparc/Sparc.burg')
-rw-r--r-- | llvm/lib/CodeGen/TargetMachine/Sparc/Sparc.burg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/TargetMachine/Sparc/Sparc.burg b/llvm/lib/CodeGen/TargetMachine/Sparc/Sparc.burg index c554f2fff31..14e122c597c 100644 --- a/llvm/lib/CodeGen/TargetMachine/Sparc/Sparc.burg +++ b/llvm/lib/CodeGen/TargetMachine/Sparc/Sparc.burg @@ -1,6 +1,7 @@ %{ // -*- C++ -*- #include <stdio.h> #include <llvm/CodeGen/InstrForest.h> + //#include <llvm/Analysis/InstForest.h> typedef InstrTreeNode* NODEPTR_TYPE; #define OP_LABEL(p) ((p)->opLabel) |