diff options
author | Chris Lattner <sabre@nondot.org> | 2006-04-17 00:35:34 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2006-04-17 00:35:34 +0000 |
commit | 4ad53bdd19539e9781ed1c7644c7a3ea061028b9 (patch) | |
tree | e70402679b6e5c4844e576eb637cc3a5dc06a158 /utils/PerfectShuffle | |
parent | 3033d4d3759e3552e7e9d846b02c30c916e6953e (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/Makefile | 4 | ||||
-rw-r--r-- | utils/PerfectShuffle/PerfectShuffle.cpp | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/utils/PerfectShuffle/Makefile b/utils/PerfectShuffle/Makefile index 332c580b98..d8d3dd6c67 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 1c234e4cc3..5fce2a5692 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 // |