Don't use a potentially expensive shift if all we want is one set bit.
[oota-llvm.git] / tools / bugpoint / Makefile
index aa1338ce6aa388279c4a770abdcb5d04843d4af7..20493218b0646df24cd30676b972e611696e408a 100644 (file)
@@ -2,20 +2,14 @@
 # 
 #                     The LLVM Compiler Infrastructure
 #
-# This file was developed by the LLVM research group and is distributed under
-# the University of Illinois Open Source License. See LICENSE.TXT for details.
+# This file is distributed under the University of Illinois Open Source
+# License. See LICENSE.TXT for details.
 # 
 ##===----------------------------------------------------------------------===##
-LEVEL = ../..
 
-TOOLNAME = bugpoint
-
-OPTLIBS  = transforms instrument profpaths 
-ANALIBS  = datastructure ipa target.a 
-
-USEDLIBS = ipo scalaropts analysis $(OPTLIBS) $(ANALIBS) transformutils \
-           asmparser bcreader bcwriter vmcore support LLVMsystem.a
-
-TOOLLINKOPTS = $(PLATFORMLIBDL)
+LEVEL := ../..
+TOOLNAME := bugpoint
+LINK_COMPONENTS := asmparser instrumentation scalaropts ipo linker bitreader \
+                   bitwriter irreader vectorize objcarcopts
 
 include $(LEVEL)/Makefile.common