[llvm-commits] [127737] test commit
clattner at apple.com
clattner at apple.com
Sun May 27 15:18:27 PDT 2007
Revision: 127737
Author: clattner
Date: 2007-05-27 15:18:27 -0700 (Sun, 27 May 2007)
Log Message:
-----------
test commit
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-05-27 16:01:01 UTC (rev 127736)
+++ apple-local/branches/llvm/gcc/llvm-convert.cpp 2007-05-27 22:18:27 UTC (rev 127737)
@@ -74,6 +74,7 @@
// than the LLVM Value pointer while usig PCH.
// Collection of LLVM Values
+
static std::vector<Value *> LLVMValues;
typedef DenseMap<Value *, unsigned> LLVMValuesMapTy;
static LLVMValuesMapTy LLVMValuesMap;
More information about the llvm-commits
mailing list