diff options
| author | Vikram S. Adve <vadve@cs.uiuc.edu> | 2002-09-20 00:53:53 +0000 |
|---|---|---|
| committer | Vikram S. Adve <vadve@cs.uiuc.edu> | 2002-09-20 00:53:53 +0000 |
| commit | e6ee32bfe2064fe3ee2de9d996a6c082abbdc13d (patch) | |
| tree | fc413211212bf9e17d7bd43b5c54e3561832d83c /llvm/lib/CodeGen | |
| parent | 2f4d556d21a4c4f8a71417b468e5f3ed15462a3b (diff) | |
| download | bcm5719-llvm-e6ee32bfe2064fe3ee2de9d996a6c082abbdc13d.tar.gz bcm5719-llvm-e6ee32bfe2064fe3ee2de9d996a6c082abbdc13d.zip | |
Add PostOpts/ and rename PreSelection/ to PreOpts/.
llvm-svn: 3847
Diffstat (limited to 'llvm/lib/CodeGen')
| -rw-r--r-- | llvm/lib/CodeGen/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/Makefile b/llvm/lib/CodeGen/Makefile index c37630a79bc..57ee9160fcf 100644 --- a/llvm/lib/CodeGen/Makefile +++ b/llvm/lib/CodeGen/Makefile @@ -1,4 +1,4 @@ LEVEL = ../.. -DIRS = PreSelection InstrSelection InstrSched RegAlloc Mapping +DIRS = PreOpts InstrSelection InstrSched RegAlloc PostOpts Mapping include $(LEVEL)/Makefile.common |

