mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-11 14:16:59 +00:00
fix typo
llvm-svn: 28897
This commit is contained in:
parent
e75c2ec042
commit
0a12a0f38b
File diff suppressed because it is too large
Load Diff
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user