From: Michael J. Spencer Date: Thu, 7 Feb 2013 01:24:22 +0000 (+0000) Subject: [Object][ELF] Do the actual devirtualization. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=65c6a184a96fe599820c289eb045b4d339e81b99;p=platform%2Fupstream%2Fllvm.git [Object][ELF] Do the actual devirtualization. llvm-svn: 174568 --- diff --git a/llvm/include/llvm/Object/ELF.h b/llvm/include/llvm/Object/ELF.h index 79f0112..cb7340025 100644 --- a/llvm/include/llvm/Object/ELF.h +++ b/llvm/include/llvm/Object/ELF.h @@ -698,8 +698,8 @@ public: virtual library_iterator begin_libraries_needed() const; virtual library_iterator end_libraries_needed() const; - virtual dyn_iterator begin_dynamic_table() const; - virtual dyn_iterator end_dynamic_table() const; + dyn_iterator begin_dynamic_table() const; + dyn_iterator end_dynamic_table() const; typedef ELFEntityIterator Elf_Rela_Iter; typedef ELFEntityIterator Elf_Rel_Iter;