[ptr-traits] Sink several in-body method definitions to be out-of-line
[oota-llvm.git] / include / llvm / Object / IRObjectFile.h
index f7135706cc4e176aee5dbbc9d1524ff779a641e8..ef655287c34c6aa9d7fb735538a3224e2d60e5bf 100644 (file)
@@ -68,7 +68,7 @@ public:
   static ErrorOr<std::unique_ptr<IRObjectFile>> create(MemoryBufferRef Object,
                                                        LLVMContext &Context);
 };
-} // namespace object
-} // namespace llvm
+}
+}
 
 #endif