From 4226f4f0f9da548c575e6b7a423429627262529f Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Fri, 10 Apr 2009 00:00:25 +0000 Subject: Constify getter methods. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@68745 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/CodeGen/AsmPrinter.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/llvm/CodeGen/AsmPrinter.h b/include/llvm/CodeGen/AsmPrinter.h index f0669ba..66d254e 100644 --- a/include/llvm/CodeGen/AsmPrinter.h +++ b/include/llvm/CodeGen/AsmPrinter.h @@ -162,7 +162,7 @@ namespace llvm { /// getCurrentFunctionEHName - Called to return (and cache) the /// CurrentFnEHName. /// - std::string getCurrentFunctionEHName(const MachineFunction *MF); + std::string getCurrentFunctionEHName(const MachineFunction *MF) const; protected: /// getAnalysisUsage - Record analysis usage. -- cgit v1.1