Add code pulled out of TransformInternals.cpp, ConstProp.cpp, and DCE.cpp

llvm-svn: 2513
diff --git a/llvm/lib/Transforms/Utils/Makefile b/llvm/lib/Transforms/Utils/Makefile
new file mode 100644
index 0000000..f451df2
--- /dev/null
+++ b/llvm/lib/Transforms/Utils/Makefile
@@ -0,0 +1,6 @@
+LEVEL = ../../..
+
+LIBRARYNAME = transformutils
+
+include $(LEVEL)/Makefile.common
+