diff options
author | Anton Korobeynikov <asl@math.spbu.ru> | 2012-11-14 19:17:44 +0000 |
---|---|---|
committer | Anton Korobeynikov <asl@math.spbu.ru> | 2012-11-14 19:17:44 +0000 |
commit | 2337dd7c862f0fcf902725c261cc42a915a85bfd (patch) | |
tree | 17fe8115786eb51255f2ffab41b910cf91c930b5 | |
parent | 062a6c8380efc74233d05ec895def51b01aa2f8f (diff) | |
download | external_llvm-2337dd7c862f0fcf902725c261cc42a915a85bfd.zip external_llvm-2337dd7c862f0fcf902725c261cc42a915a85bfd.tar.gz external_llvm-2337dd7c862f0fcf902725c261cc42a915a85bfd.tar.bz2 |
Fix comment
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@167947 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | include/llvm/CodeGen/TargetLoweringObjectFileImpl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/llvm/CodeGen/TargetLoweringObjectFileImpl.h b/include/llvm/CodeGen/TargetLoweringObjectFileImpl.h index a871e11..f1b3065 100644 --- a/include/llvm/CodeGen/TargetLoweringObjectFileImpl.h +++ b/include/llvm/CodeGen/TargetLoweringObjectFileImpl.h @@ -55,8 +55,8 @@ public: SelectSectionForGlobal(const GlobalValue *GV, SectionKind Kind, Mangler *Mang, const TargetMachine &TM) const; - /// getExprForDwarfGlobalReference - Return an MCExpr to use for a reference - /// to the specified global variable from exception handling information. + /// getTTypeGlobalReference - Return an MCExpr to use for a reference to the + /// specified type info global variable from exception handling information. virtual const MCExpr * getTTypeGlobalReference(const GlobalValue *GV, Mangler *Mang, MachineModuleInfo *MMI, unsigned Encoding, |