IR: Remove unused function

This commit is contained in:
Lioncash 2017-01-16 19:32:13 -05:00
parent cd12b2c55f
commit 459a6e73c3
1 changed files with 0 additions and 1 deletions

View File

@ -380,7 +380,6 @@ public:
InstLoc ReadBackward() { return --curReadPtr; }
InstLoc getFirstInst() { return InstList.data(); }
unsigned int getNumInsts() { return (unsigned int)InstList.size(); }
unsigned int ReadInst(InstLoc I) { return *I; }
unsigned int GetImmValue(InstLoc I) const { return (u32)GetImmValue64(I); }
u64 GetImmValue64(InstLoc I) const;
void SetMarkUsed(InstLoc I);