commit | fa7399518817c456cdedc08475a8fc9bd1e6a900 | [log] [tgz] |
---|---|---|
author | Eric Christopher <echristo@gmail.com> | Mon Jul 22 18:26:15 2013 +0000 |
committer | Eric Christopher <echristo@gmail.com> | Mon Jul 22 18:26:15 2013 +0000 |
tree | 5edbb756edbe31ee89cddb8075d0646f5c21221e | |
parent | 741e37ed0de4a65eab69e0967a5da3eb1adc01ef [diff] [blame] |
Formatting. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@186851 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h b/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h index 4541f83..3908b37 100644 --- a/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h +++ b/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h
@@ -150,7 +150,7 @@ 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); }