OSDN Git Service

Remove an out of date comment.
authorRafael Espindola <rafael.espindola@gmail.com>
Wed, 8 Oct 2014 14:27:05 +0000 (14:27 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Wed, 8 Oct 2014 14:27:05 +0000 (14:27 +0000)
After 4 years there is still no normalization library. We do support
disassembly and relocations, so it doesn't look like we need it.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@219308 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Object/ObjectFile.h

index a0b5380..6c692cd 100644 (file)
@@ -102,7 +102,6 @@ public:
   /// @brief Get the alignment of this section as the actual value (not log 2).
   std::error_code getAlignment(uint64_t &Result) const;
 
-  // FIXME: Move to the normalization layer when it's created.
   std::error_code isText(bool &Result) const;
   std::error_code isData(bool &Result) const;
   std::error_code isBSS(bool &Result) const;