summaryrefslogtreecommitdiff
path: root/include/llvm
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2010-12-06 03:48:09 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2010-12-06 03:48:09 +0000
commitf8803fe4177739f9a6900198f601808eb27934d9 (patch)
tree98dcc5a9293c59cf7214520fef87c2f25917ca68 /include/llvm
parentf3faf92636a7da01d3cfff1e969988b5fff795eb (diff)
downloadllvm-f8803fe4177739f9a6900198f601808eb27934d9.tar.gz
llvm-f8803fe4177739f9a6900198f601808eb27934d9.tar.bz2
llvm-f8803fe4177739f9a6900198f601808eb27934d9.tar.xz
Remove the getAddress getter, initialize Ordinal in the constructor and use
that on the ELF writer to detect a section we created. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120981 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm')
-rw-r--r--include/llvm/MC/MCAssembler.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/llvm/MC/MCAssembler.h b/include/llvm/MC/MCAssembler.h
index 0fb3a8ce2d..16c527ffc1 100644
--- a/include/llvm/MC/MCAssembler.h
+++ b/include/llvm/MC/MCAssembler.h
@@ -476,8 +476,6 @@ public:
unsigned getLayoutOrder() const { return LayoutOrder; }
void setLayoutOrder(unsigned Value) { LayoutOrder = Value; }
- uint64_t getAddress() const { return Address; }
-
/// @name Fragment Access
/// @{