Fix comment
authorAnton Korobeynikov <asl@math.spbu.ru>
Wed, 14 Nov 2012 19:17:44 +0000 (19:17 +0000)
committerAnton Korobeynikov <asl@math.spbu.ru>
Wed, 14 Nov 2012 19:17:44 +0000 (19:17 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@167947 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/CodeGen/TargetLoweringObjectFileImpl.h

index a871e112251f2589b2509fe4b33ce7735556601b..f1b3065e7c25e26cc8ce21cce15beb1cd934657f 100644 (file)
@@ -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,