rename the table
authorChris Lattner <sabre@nondot.org>
Mon, 17 Apr 2006 00:33:35 +0000 (00:33 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 17 Apr 2006 00:33:35 +0000 (00:33 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27737 91177308-0d34-0410-b5e6-96231b3b80d8

utils/PerfectShuffle/PerfectShuffle.cpp

index ae2e05f1d0a8dffa6072fbcff96754ff817fde45..1c234e4cc397cc6785effc1735e5f752af8a29e3 100644 (file)
@@ -375,7 +375,7 @@ int main() {
   
   // Build up the table to emit.
   std::cout << "\n// This table is 6561*4 = 26244 bytes in size.\n";
-  std::cout << "static const unsigned InstrTab[6561+1] = {\n";
+  std::cout << "static const unsigned PerfectShuffleTable[6561+1] = {\n";
   
   for (unsigned i = 0; i != 0x8889; ++i) {
     if (!isValidMask(i)) continue;