summaryrefslogtreecommitdiffstats
path: root/llvm/include
diff options
context:
space:
mode:
authorAnton Korobeynikov <asl@math.spbu.ru>2012-11-14 19:17:44 +0000
committerAnton Korobeynikov <asl@math.spbu.ru>2012-11-14 19:17:44 +0000
commita506f5b0fd2ece7f6ba69c3bf0f4b774a1fed8ad (patch)
treef89fa9f74fa57c4e940edf0032b60d4672ebd92c /llvm/include
parent922b7a186b754e786c0f97f72858297ea1947db2 (diff)
downloadbcm5719-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.h4
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,
OpenPOWER on IntegriCloud