mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-21 06:30:16 +00:00
[dsymutil] constify trivial function.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@229180 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ae0c4604d4
commit
abcb98090c
@ -34,7 +34,7 @@ public:
|
||||
Info.resize(OrigUnit.getNumDIEs());
|
||||
}
|
||||
|
||||
DWARFUnit &getOrigUnit() { return OrigUnit; }
|
||||
DWARFUnit &getOrigUnit() const { return OrigUnit; }
|
||||
|
||||
DIEInfo &getInfo(unsigned Idx) { return Info[Idx]; }
|
||||
const DIEInfo &getInfo(unsigned Idx) const { return Info[Idx]; }
|
||||
|
Loading…
x
Reference in New Issue
Block a user