aboutsummaryrefslogtreecommitdiffstats
path: root/utils/PerfectShuffle/Makefile
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-04-17 00:30:41 +0000
committerChris Lattner <sabre@nondot.org>2006-04-17 00:30:41 +0000
commit27e98aa07c836276fc7f546da62c791ad63863d1 (patch)
tree5cc133a52d7ddc3bea22f005f5075a2d2b7a478f /utils/PerfectShuffle/Makefile
parentf0fc7fed66d724d05eac0c518f0a573bccf26aed (diff)
downloadexternal_llvm-27e98aa07c836276fc7f546da62c791ad63863d1.zip
external_llvm-27e98aa07c836276fc7f546da62c791ad63863d1.tar.gz
external_llvm-27e98aa07c836276fc7f546da62c791ad63863d1.tar.bz2
Initial checking of a perfect shuffle generation program for 4-element
Altivec vectors. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27736 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/PerfectShuffle/Makefile')
-rw-r--r--utils/PerfectShuffle/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/utils/PerfectShuffle/Makefile b/utils/PerfectShuffle/Makefile
new file mode 100644
index 0000000..332c580
--- /dev/null
+++ b/utils/PerfectShuffle/Makefile
@@ -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
+