mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-13 15:37:24 +00:00
Remove the non-const getInst accessor. It wasn't being used, and isn't very
good for enacpsulation anyway. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@169407 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e1fd317a4c
commit
a7e29c878c
@ -184,10 +184,7 @@ public:
|
||||
const SmallVectorImpl<char> &getCode() const { return Code; }
|
||||
|
||||
unsigned getInstSize() const { return Code.size(); }
|
||||
|
||||
MCInst &getInst() { return Inst; }
|
||||
const MCInst &getInst() const { return Inst; }
|
||||
|
||||
void setInst(const MCInst& Value) { Inst = Value; }
|
||||
|
||||
/// @}
|
||||
|
Loading…
x
Reference in New Issue
Block a user