Fold a binary operator with constant operands when expanding code for a SCEV.
[llvm-complete.git] / lib / Analysis / Makefile
blob2efe8b89501b10f388394ec1bd9796094e542cfc
1 ##===- lib/Analysis/Makefile -------------------------------*- Makefile -*-===##
2 #
3 # The LLVM Compiler Infrastructure
5 # This file was developed by the LLVM research group and is distributed under
6 # the University of Illinois Open Source License. See LICENSE.TXT for details.
7 #
8 ##===----------------------------------------------------------------------===##
10 LEVEL = ../..
11 LIBRARYNAME = LLVMAnalysis
12 DIRS = IPA
13 BUILD_ARCHIVE = 1
15 include $(LEVEL)/Makefile.common