1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-26 04:32:44 +01:00

Rename BuildShuffleTable -> PerfectShuffle

llvm-svn: 27738
This commit is contained in:
Chris Lattner 2006-04-17 00:35:34 +00:00
parent 4833bf9285
commit dd8376ca78
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
// //