[llvm-commits] [llvm] r167947 - /llvm/trunk/include/llvm/CodeGen/TargetLoweringObjectFileImpl.h
Anton Korobeynikov
asl at math.spbu.ru
Wed Nov 14 11:17:44 PST 2012
Author: asl
Date: Wed Nov 14 13:17:44 2012
New Revision: 167947
URL: http://llvm.org/viewvc/llvm-project?rev=167947&view=rev
Log:
Fix comment
Modified:
llvm/trunk/include/llvm/CodeGen/TargetLoweringObjectFileImpl.h
Modified: llvm/trunk/include/llvm/CodeGen/TargetLoweringObjectFileImpl.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/CodeGen/TargetLoweringObjectFileImpl.h?rev=167947&r1=167946&r2=167947&view=diff
==============================================================================
--- llvm/trunk/include/llvm/CodeGen/TargetLoweringObjectFileImpl.h (original)
+++ llvm/trunk/include/llvm/CodeGen/TargetLoweringObjectFileImpl.h Wed Nov 14 13:17:44 2012
@@ -55,8 +55,8 @@
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,
More information about the llvm-commits
mailing list