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 | a506f5b0fd2ece7f6ba69c3bf0f4b774a1fed8ad (patch) | |
| tree | f89fa9f74fa57c4e940edf0032b60d4672ebd92c /llvm/include | |
| parent | 922b7a186b754e786c0f97f72858297ea1947db2 (diff) | |
| download | bcm5719-llvm-a506f5b0fd2ece7f6ba69c3bf0f4b774a1fed8ad.tar.gz bcm5719-llvm-a506f5b0fd2ece7f6ba69c3bf0f4b774a1fed8ad.zip | |
Fix comment
llvm-svn: 167947
Diffstat (limited to 'llvm/include')
| -rw-r--r-- | llvm/include/llvm/CodeGen/TargetLoweringObjectFileImpl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/include/llvm/CodeGen/TargetLoweringObjectFileImpl.h b/llvm/include/llvm/CodeGen/TargetLoweringObjectFileImpl.h index a871e112251..f1b3065e7c2 100644 --- a/llvm/include/llvm/CodeGen/TargetLoweringObjectFileImpl.h +++ b/llvm/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, |

