summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--llvm/include/llvm/MC/MachineLocation.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/include/llvm/MC/MachineLocation.h b/llvm/include/llvm/MC/MachineLocation.h
index b8588ea2bf8..e81099d0825 100644
--- a/llvm/include/llvm/MC/MachineLocation.h
+++ b/llvm/include/llvm/MC/MachineLocation.h
@@ -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) {
OpenPOWER on IntegriCloud