AsmPrinter: Remove dead code, NFC

llvm-svn: 235139
This commit is contained in:
Duncan P. N. Exon Smith 2015-04-16 22:14:20 +00:00
parent 78a9527062
commit 9f25633170
1 changed files with 0 additions and 1 deletions

View File

@ -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 {