summaryrefslogtreecommitdiff
path: root/utils/PerfectShuffle
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-04-17 00:35:34 +0000
committerChris Lattner <sabre@nondot.org>2006-04-17 00:35:34 +0000
commit4ad53bdd19539e9781ed1c7644c7a3ea061028b9 (patch)
treee70402679b6e5c4844e576eb637cc3a5dc06a158 /utils/PerfectShuffle
parent3033d4d3759e3552e7e9d846b02c30c916e6953e (diff)
Rename BuildShuffleTable -> PerfectShuffle
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27738 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/PerfectShuffle')
-rw-r--r--utils/PerfectShuffle/Makefile4
-rw-r--r--utils/PerfectShuffle/PerfectShuffle.cpp2
2 files changed, 3 insertions, 3 deletions
diff --git a/utils/PerfectShuffle/Makefile b/utils/PerfectShuffle/Makefile
index 332c580b98b..d8d3dd6c675 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 1c234e4cc39..5fce2a56924 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
//