summaryrefslogtreecommitdiff
path: root/include/llvm/MC
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2011-08-16 13:53:50 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2011-08-16 13:53:50 +0000
commit48c4c6807b2f1b1d0d61c69c1a5c9328ade26941 (patch)
tree0cef726ac4cefff7fb5da5b402c48ff8fc27c07d /include/llvm/MC
parent1387d969e43d6d64aa04be7cdf51fe0bcf3f815c (diff)
downloadllvm-48c4c6807b2f1b1d0d61c69c1a5c9328ade26941.tar.gz
llvm-48c4c6807b2f1b1d0d61c69c1a5c9328ade26941.tar.bz2
llvm-48c4c6807b2f1b1d0d61c69c1a5c9328ade26941.tar.xz
Remove unimplemented method. Fixes PR10658.
Thanks to Jonas Gafele for noticing. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@137716 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/MC')
-rw-r--r--include/llvm/MC/MCValue.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/include/llvm/MC/MCValue.h b/include/llvm/MC/MCValue.h
index df8dbd930b..8352ed183f 100644
--- a/include/llvm/MC/MCValue.h
+++ b/include/llvm/MC/MCValue.h
@@ -46,16 +46,6 @@ public:
/// isAbsolute - Is this an absolute (as opposed to relocatable) value.
bool isAbsolute() const { return !SymA && !SymB; }
- /// getAssociatedSection - For relocatable values, return the section the
- /// value is associated with.
- ///
- /// @result - The value's associated section, or null for external or constant
- /// values.
- //
- // FIXME: Switch to a tagged section, so this can return the tagged section
- // value.
- const MCSection *getAssociatedSection() const;
-
/// print - Print the value to the stream \arg OS.
void print(raw_ostream &OS, const MCAsmInfo *MAI) const;