mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-23 05:29:23 +00:00
AsmPrinter: Remove dead code, NFC
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@235139 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
5a2e0ff6c5
commit
fabcaee0e8
@ -74,7 +74,6 @@ public:
|
||||
const ConstantFP *getConstantFP() const { return Constant.CFP; }
|
||||
const ConstantInt *getConstantInt() const { return Constant.CIP; }
|
||||
MachineLocation getLoc() const { return Loc; }
|
||||
const MDNode *getVariableNode() const { return Variable; }
|
||||
DIVariable getVariable() const { return cast<MDLocalVariable>(Variable); }
|
||||
bool isBitPiece() const { return getExpression()->isBitPiece(); }
|
||||
DIExpression getExpression() const {
|
||||
|
Loading…
x
Reference in New Issue
Block a user