[llvm-commits] [125985] cosmetic.

dpatel at apple.com dpatel at apple.com
Wed Apr 11 10:41:39 PDT 2007


Revision: 125985
Author:   dpatel
Date:     2007-04-11 10:41:38 -0700 (Wed, 11 Apr 2007)

Log Message:
-----------
cosmetic.
s/LLVMValuesNameTable/LLVMValuesTable/g

Modified Paths:
--------------
    apple-local/branches/llvm/gcc/llvm-convert.cpp

Modified: apple-local/branches/llvm/gcc/llvm-convert.cpp
===================================================================
--- apple-local/branches/llvm/gcc/llvm-convert.cpp	2007-04-11 17:29:14 UTC (rev 125984)
+++ apple-local/branches/llvm/gcc/llvm-convert.cpp	2007-04-11 17:41:38 UTC (rev 125985)
@@ -207,12 +207,12 @@
   }
 
   // Create string table.
-  Constant *LLVMValuesNameTable = ConstantStruct::get(ValuesForPCH, false);
+  Constant *LLVMValuesTable = ConstantStruct::get(ValuesForPCH, false);
 
   // Create variable to hold this string table.
-  new GlobalVariable(LLVMValuesNameTable->getType(), true,
+  new GlobalVariable(LLVMValuesTable->getType(), true,
                      GlobalValue::ExternalLinkage, 
-                     LLVMValuesNameTable,
+                     LLVMValuesTable,
                      "llvm.pch.values", TheModule);
 }
 





More information about the llvm-commits mailing list