Add a SymbolRef::getValue.
[oota-llvm.git] / include / llvm / Object / Binary.h
index 949edf8e781127835a4c139bdf2e0dfa0053f089..a3d6d0d4d428b6a671bdaf04e88b39f9f4d30836 100644 (file)
@@ -178,7 +178,7 @@ template <typename T> const T* OwningBinary<T>::getBinary() const {
 }
 
 ErrorOr<OwningBinary<Binary>> createBinary(StringRef Path);
-} // namespace object
-} // namespace llvm
+}
+}
 
 #endif