Initial checking of a perfect shuffle generation program for 4-element
[oota-llvm.git] / utils / PerfectShuffle / Makefile
diff --git a/utils/PerfectShuffle/Makefile b/utils/PerfectShuffle/Makefile
new file mode 100644 (file)
index 0000000..332c580
--- /dev/null
@@ -0,0 +1,13 @@
+##===- utils/BuildShuffleTable/Makefile --------------------*- Makefile -*-===##
+# 
+#                     The LLVM Compiler Infrastructure
+#
+# This file was developed by Chris Lattner and is distributed under
+# the University of Illinois Open Source License. See LICENSE.TXT for details.
+# 
+##===----------------------------------------------------------------------===##
+
+LEVEL = ../..
+TOOLNAME = llvm-BuildShuffleTable
+include $(LEVEL)/Makefile.common
+