commit | e6ee32bfe2064fe3ee2de9d996a6c082abbdc13d | [log] [tgz] |
---|---|---|
author | Vikram S. Adve <vadve@cs.uiuc.edu> | Fri Sep 20 00:53:53 2002 +0000 |
committer | Vikram S. Adve <vadve@cs.uiuc.edu> | Fri Sep 20 00:53:53 2002 +0000 |
tree | fc413211212bf9e17d7bd43b5c54e3561832d83c | |
parent | 2f4d556d21a4c4f8a71417b468e5f3ed15462a3b [diff] [blame] |
Add PostOpts/ and rename PreSelection/ to PreOpts/. llvm-svn: 3847
diff --git a/llvm/lib/CodeGen/Makefile b/llvm/lib/CodeGen/Makefile index c37630a..57ee916 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