Rename BuildShuffleTable -> PerfectShuffle


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27738 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/utils/PerfectShuffle/Makefile b/utils/PerfectShuffle/Makefile
index 332c580..d8d3dd6 100644
--- a/utils/PerfectShuffle/Makefile
+++ b/utils/PerfectShuffle/Makefile
@@ -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
 
diff --git a/utils/PerfectShuffle/PerfectShuffle.cpp b/utils/PerfectShuffle/PerfectShuffle.cpp
index 1c234e4..5fce2a5 100644
--- a/utils/PerfectShuffle/PerfectShuffle.cpp
+++ b/utils/PerfectShuffle/PerfectShuffle.cpp
@@ -1,4 +1,4 @@
-//===-- BuildShuffleTable.cpp - Perfect Shuffle Generator -----------------===//
+//===-- PerfectShuffle.cpp - Perfect Shuffle Generator --------------------===//
 //
 //                     The LLVM Compiler Infrastructure
 //