Fix comment

llvm-svn: 167947
This commit is contained in:
Anton Korobeynikov 2012-11-14 19:17:44 +00:00
parent 922b7a186b
commit a506f5b0fd
1 changed files with 2 additions and 2 deletions

View 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,