From e6ee32bfe2064fe3ee2de9d996a6c082abbdc13d Mon Sep 17 00:00:00 2001 From: "Vikram S. Adve" Date: Fri, 20 Sep 2002 00:53:53 +0000 Subject: [PATCH] Add PostOpts/ and rename PreSelection/ to PreOpts/. llvm-svn: 3847 --- llvm/lib/CodeGen/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/lib/CodeGen/Makefile b/llvm/lib/CodeGen/Makefile index c37630a79bc3..57ee9160fcf2 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