diff options
| author | Dan Gohman <gohman@apple.com> | 2010-04-17 16:44:48 +0000 |
|---|---|---|
| committer | Dan Gohman <gohman@apple.com> | 2010-04-17 16:44:48 +0000 |
| commit | 53d4a08d2b13c608cd9a04b4b3ff3d105364f329 (patch) | |
| tree | 6fd06c709ee3cb4b1d7cc8b18c66c71d291b9419 /llvm/lib/Target/PIC16/PIC16TargetObjectFile.h | |
| parent | 88f7f6aeda7df297721b1f1837a76d31caac00bc (diff) | |
| download | bcm5719-llvm-53d4a08d2b13c608cd9a04b4b3ff3d105364f329.tar.gz bcm5719-llvm-53d4a08d2b13c608cd9a04b4b3ff3d105364f329.zip | |
Add const qualifiers to TargetLoweringObjectFile usage.
llvm-svn: 101640
Diffstat (limited to 'llvm/lib/Target/PIC16/PIC16TargetObjectFile.h')
| -rw-r--r-- | llvm/lib/Target/PIC16/PIC16TargetObjectFile.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/PIC16/PIC16TargetObjectFile.h b/llvm/lib/Target/PIC16/PIC16TargetObjectFile.h index cf8bf848e45..b1eb9f9d854 100644 --- a/llvm/lib/Target/PIC16/PIC16TargetObjectFile.h +++ b/llvm/lib/Target/PIC16/PIC16TargetObjectFile.h @@ -122,7 +122,7 @@ namespace llvm { void Initialize(MCContext &Ctx, const TargetMachine &TM); /// Return the section with the given Name. Null if not found. - PIC16Section *findPIC16Section(const std::string &Name); + PIC16Section *findPIC16Section(const std::string &Name) const; /// Override section allocations for user specified sections. virtual const MCSection * |

