Add a small missed optimization: turn X == C ? X : Y into X == C ? C : Y. This
[llvm/stm8.git] / lib / Analysis / Makefile
blob4af6d350a6456b71f154019d6bef61b798a645db
1 ##===- lib/Analysis/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 = LLVMAnalysis
12 DIRS = IPA
13 BUILD_ARCHIVE = 1
15 include $(LEVEL)/Makefile.common