diff options
| author | Devang Patel <dpatel@apple.com> | 2009-06-29 20:45:18 +0000 |
|---|---|---|
| committer | Devang Patel <dpatel@apple.com> | 2009-06-29 20:45:18 +0000 |
| commit | 5a3d37fcb637e71373beb16f1d35e76612a5815b (patch) | |
| tree | 47c4b0a25c5213756b475250dbb5903c5527aa16 /lib/CodeGen/AsmPrinter/DwarfDebug.h | |
| parent | 193b04d4e3d6d1545fafee2d205161b11abe6ecb (diff) | |
| download | external_llvm-5a3d37fcb637e71373beb16f1d35e76612a5815b.zip external_llvm-5a3d37fcb637e71373beb16f1d35e76612a5815b.tar.gz external_llvm-5a3d37fcb637e71373beb16f1d35e76612a5815b.tar.bz2 | |
s/MainCU/ModuleCU/g
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74452 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/AsmPrinter/DwarfDebug.h')
| -rw-r--r-- | lib/CodeGen/AsmPrinter/DwarfDebug.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/CodeGen/AsmPrinter/DwarfDebug.h b/lib/CodeGen/AsmPrinter/DwarfDebug.h index 111ec33..101dc70 100644 --- a/lib/CodeGen/AsmPrinter/DwarfDebug.h +++ b/lib/CodeGen/AsmPrinter/DwarfDebug.h @@ -70,9 +70,8 @@ class VISIBILITY_HIDDEN DwarfDebug : public Dwarf { /// SmallVector<CompileUnit *, 8> CompileUnits; - /// MainCU - Some platform prefers one compile unit per .o file. In such - /// cases, all dies are inserted in MainCU. - CompileUnit *MainCU; + /// ModuleCU - All DIEs are inserted in ModuleCU. + CompileUnit *ModuleCU; /// AbbreviationsSet - Used to uniquely define abbreviations. /// |
