summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen
diff options
context:
space:
mode:
authorVikram S. Adve <vadve@cs.uiuc.edu>2002-09-20 00:53:53 +0000
committerVikram S. Adve <vadve@cs.uiuc.edu>2002-09-20 00:53:53 +0000
commite6ee32bfe2064fe3ee2de9d996a6c082abbdc13d (patch)
treefc413211212bf9e17d7bd43b5c54e3561832d83c /llvm/lib/CodeGen
parent2f4d556d21a4c4f8a71417b468e5f3ed15462a3b (diff)
downloadbcm5719-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/Makefile2
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
OpenPOWER on IntegriCloud