Make some intrinsics safe to speculatively execute.
[oota-llvm.git] / lib / Transforms / Utils / Makefile
index f4da9832fdea94528f19f24c8d130ce63f8c2c81..d1e9336d67f029be8f17b8c5cc9828d784588c10 100644 (file)
@@ -1,13 +1,14 @@
 ##===- lib/Transforms/Utils/Makefile -----------------------*- Makefile -*-===##
-# 
+#
 #                     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 = transformutils
+LIBRARYNAME = LLVMTransformUtils
 BUILD_ARCHIVE = 1
 
 include $(LEVEL)/Makefile.common