Do not codegen 'xor bool, true' as 'not reg'. not reg inverts the upper bits
[oota-llvm.git] / lib / Target / Skeleton / Makefile
1 ##===- lib/Target/Skeleton/Makefile ------------------------*- Makefile -*-===##
2
3 #                     The LLVM Compiler Infrastructure
4 #
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 ##===----------------------------------------------------------------------===##
9
10 LEVEL = ../../..
11 LIBRARYNAME = LLVMSkeleton
12
13 TARGET = Skeleton
14 # Make sure that tblgen is run, first thing.
15 BUILT_SOURCES = $(TARGET)GenRegisterInfo.h.inc $(TARGET)GenRegisterNames.inc \
16                 $(TARGET)GenRegisterInfo.inc $(TARGET)GenInstrNames.inc \
17                 $(TARGET)GenInstrInfo.inc
18
19 include $(LEVEL)/Makefile.common