projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
741e37e
)
Formatting.
author
Eric Christopher
<echristo@gmail.com>
Mon, 22 Jul 2013 18:26:15 +0000
(18:26 +0000)
committer
Eric Christopher
<echristo@gmail.com>
Mon, 22 Jul 2013 18:26:15 +0000
(18:26 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@186851
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/CodeGen/AsmPrinter/DwarfCompileUnit.h
patch
|
blob
|
history
diff --git
a/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h
b/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h
index 4541f83021db5f4b97ce19ec7217cb9abc887367..3908b3764496d98e0ac6f2ecae5c35af75d1270a 100644
(file)
--- a/
lib/CodeGen/AsmPrinter/DwarfCompileUnit.h
+++ b/
lib/CodeGen/AsmPrinter/DwarfCompileUnit.h
@@
-150,7
+150,7
@@
public:
DIEs.push_back(Die);
}
void addAccelType(StringRef Name, std::pair<DIE *, unsigned> Die) {
- std::vector<std::pair<DIE
*, unsigned
> > &DIEs = AccelTypes[Name];
+ std::vector<std::pair<DIE
*, unsigned
> > &DIEs = AccelTypes[Name];
DIEs.push_back(Die);
}