Rename BuildShuffleTable -> PerfectShuffle

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27738 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2006-04-17 00:35:34 +00:00
parent 3033d4d375
commit 4ad53bdd19
3 changed files with 4 additions and 4 deletions

View File

@ -8,7 +8,7 @@
##===----------------------------------------------------------------------===## ##===----------------------------------------------------------------------===##
LEVEL = .. LEVEL = ..
DIRS = Burg TableGen fpcmp DIRS = Burg TableGen fpcmp PerfectShuffle
EXTRA_DIST := cgiplotNLT.pl check-each-file codegen-diff countloc.sh cvsupdate \ EXTRA_DIST := cgiplotNLT.pl check-each-file codegen-diff countloc.sh cvsupdate \
DSAclean.py DSAextract.py emacs findsym.pl GenLibDeps.pl \ DSAclean.py DSAextract.py emacs findsym.pl GenLibDeps.pl \

View File

@ -1,4 +1,4 @@
##===- utils/BuildShuffleTable/Makefile --------------------*- Makefile -*-===## ##===- utils/PerfectShuffle/Makefile -----------------------*- Makefile -*-===##
# #
# The LLVM Compiler Infrastructure # The LLVM Compiler Infrastructure
# #
@ -8,6 +8,6 @@
##===----------------------------------------------------------------------===## ##===----------------------------------------------------------------------===##
LEVEL = ../.. LEVEL = ../..
TOOLNAME = llvm-BuildShuffleTable TOOLNAME = llvm-PerfectShuffle
include $(LEVEL)/Makefile.common include $(LEVEL)/Makefile.common

View File

@ -1,4 +1,4 @@
//===-- BuildShuffleTable.cpp - Perfect Shuffle Generator -----------------===// //===-- PerfectShuffle.cpp - Perfect Shuffle Generator --------------------===//
// //
// The LLVM Compiler Infrastructure // The LLVM Compiler Infrastructure
// //