Teach InlineFunction how to differentiate between multiple-value
[oota-llvm.git] / tools / llvm-prof / Makefile
index 72e2bcf184bd647548cdd616098a145e3410ae59..d9beabb433db4ee2c292c843689de176079438bd 100644 (file)
@@ -2,14 +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 = llvm-prof
-LINK_COMPONENTS = bcreader bitreader analysis
+LINK_COMPONENTS = bitreader analysis
 REQUIRES_EH := 1
 
 include $(LEVEL)/Makefile.common