diff --git a/llvm/lib/CodeGen/Makefile b/llvm/lib/CodeGen/Makefile index c37630a79bc3166d69628068c5498c234f764859..57ee9160fcf20bcc26ba9f7e099fc8e559f99c8d 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