DeadStoreElimination can treat byval parameters as if there were alloca's for the...
[oota-llvm.git] / lib / Transforms / Hello / Makefile
index ccd9caff16a6f961ca7080cac35a7224828ed6af..6ca5774de4206c7b50b01b1fe7f7c16e2a9ed5a3 100644 (file)
@@ -2,15 +2,15 @@
 # 
 #                     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 = ../../..
 LIBRARYNAME = LLVMHello
-SHARED_LIBRARY = 1
 LOADABLE_MODULE = 1
+USEDLIBS = 
 
 include $(LEVEL)/Makefile.common