Remove unused accessor (NFC)

rdar://problem/33580047

llvm-svn: 309763
This commit is contained in:
Adrian Prantl 2017-08-01 23:16:36 +00:00
parent 37e7f959c0
commit 4f345060dd
1 changed files with 0 additions and 1 deletions

View File

@ -54,7 +54,6 @@ public:
int getOffset() const { return Offset; }
void setIsRegister(bool Is) { IsRegister = Is; }
void setRegister(unsigned R) { Register = R; }
void setOffset(int O) { Offset = O; }
/// Make this location a direct register location.
void set(unsigned R) {