Make some intrinsics safe to speculatively execute.
[oota-llvm.git] / lib / Transforms / Utils / Makefile
index 00e4170184dc90f85b21b61bfee6989370bd52cc..d1e9336d67f029be8f17b8c5cc9828d784588c10 100644 (file)
@@ -1,5 +1,14 @@
+##===- lib/Transforms/Utils/Makefile -----------------------*- Makefile -*-===##
+#
+#                     The LLVM Compiler Infrastructure
+#
+# 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