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