[PBQP] Update doxygen comment style to match the rest of the file. NFC.
[oota-llvm.git] / include / llvm-c / Core.h
index e5d5f3f99bd4edade9683208a547f770ae7b6306..bfbc632290254beba495b821625fcfb47e127560 100644 (file)
@@ -560,6 +560,10 @@ LLVMModuleRef LLVMModuleCreateWithName(const char *ModuleID);
  */
 LLVMModuleRef LLVMModuleCreateWithNameInContext(const char *ModuleID,
                                                 LLVMContextRef C);
+/**
+ * Return an exact copy of the specified module.
+ */
+LLVMModuleRef LLVMCloneModule(LLVMModuleRef M);
 
 /**
  * Destroy a module instance.