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; _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits