Rename BuildShuffleTable -> PerfectShuffle
authorChris Lattner <sabre@nondot.org>
Mon, 17 Apr 2006 00:35:34 +0000 (00:35 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 17 Apr 2006 00:35:34 +0000 (00:35 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27738 91177308-0d34-0410-b5e6-96231b3b80d8

utils/Makefile
utils/PerfectShuffle/Makefile
utils/PerfectShuffle/PerfectShuffle.cpp

index d5790126f81fd2c9be521d4f9c10e7dc0357b557..946e25e5f4c2283e1f27c7d8860248da4e7569eb 100644 (file)
@@ -8,7 +8,7 @@
 ##===----------------------------------------------------------------------===##
 
 LEVEL = ..
-DIRS = Burg TableGen fpcmp
+DIRS = Burg TableGen fpcmp PerfectShuffle
 
 EXTRA_DIST := cgiplotNLT.pl check-each-file codegen-diff countloc.sh cvsupdate \
               DSAclean.py DSAextract.py emacs findsym.pl GenLibDeps.pl \
index 332c580b98ba997fe17a319b8a1e5dabc1759c7f..d8d3dd6c675696d3148b66a4c155ca7a6cbcba50 100644 (file)
@@ -1,4 +1,4 @@
-##===- utils/BuildShuffleTable/Makefile --------------------*- Makefile -*-===##
+##===- utils/PerfectShuffle/Makefile -----------------------*- Makefile -*-===##
 # 
 #                     The LLVM Compiler Infrastructure
 #
@@ -8,6 +8,6 @@
 ##===----------------------------------------------------------------------===##
 
 LEVEL = ../..
-TOOLNAME = llvm-BuildShuffleTable
+TOOLNAME = llvm-PerfectShuffle
 include $(LEVEL)/Makefile.common
 
index 1c234e4cc397cc6785effc1735e5f752af8a29e3..5fce2a56924f0a68e9a17d6d34963c0ae49a264f 100644 (file)
@@ -1,4 +1,4 @@
-//===-- BuildShuffleTable.cpp - Perfect Shuffle Generator -----------------===//
+//===-- PerfectShuffle.cpp - Perfect Shuffle Generator --------------------===//
 //
 //                     The LLVM Compiler Infrastructure
 //