[X86] Remove redundant MMX isel patterns.
[oota-llvm.git] / include / llvm / Object / COFF.h
index ba846dd7d8b22dd719c7bd78da2388d96fcae3e3..1b0e2e36bd5ed2d317656acff95e2e1dfcd0cf28 100644 (file)
@@ -773,7 +773,7 @@ public:
   std::error_code getSectionContents(const coff_section *Sec,
                                      ArrayRef<uint8_t> &Res) const;
 
-  ErrorOr<uint64_t> getImageBase() const;
+  uint64_t getImageBase() const;
   std::error_code getVaPtr(uint64_t VA, uintptr_t &Res) const;
   std::error_code getRvaPtr(uint32_t Rva, uintptr_t &Res) const;
   std::error_code getHintName(uint32_t Rva, uint16_t &Hint,