git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28897 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2006-06-21 16:53:00 +00:00
parent df97cc67a6
commit 0ad19703ae
2 changed files with 187 additions and 187 deletions

File diff suppressed because it is too large Load Diff

View File

@ -72,7 +72,7 @@ static struct PerModuleInfo {
std::map<ValID, PATypeHolder> LateResolveTypes;
/// PlaceHolderInfo - When temporary placeholder objects are created, remember
/// how they were referenced and one which line of the input they came from so
/// how they were referenced and on which line of the input they came from so
/// that we can resolve them later and print error messages as appropriate.
std::map<Value*, std::pair<ValID, int> > PlaceHolderInfo;