Move ConstantExpr to 2.5 API.
[llvm/avr.git] / lib / Transforms / Scalar / Makefile
blobcc42fd00ac7da94a4dcce9ae5219fe9943a61be2
1 ##===- lib/Transforms/Scalar/Makefile ----------------------*- Makefile -*-===##
3 # The LLVM Compiler Infrastructure
5 # This file is distributed under the University of Illinois Open Source
6 # License. See LICENSE.TXT for details.
8 ##===----------------------------------------------------------------------===##
10 LEVEL = ../../..
11 LIBRARYNAME = LLVMScalarOpts
12 BUILD_ARCHIVE = 1
14 include $(LEVEL)/Makefile.common