From 4ad34cbdc042030f403328001b8f9286b2e8c766 Mon Sep 17 00:00:00 2001 From: Mikhail Glushenkov Date: Fri, 28 Nov 2008 00:12:09 +0000 Subject: [PATCH] Documentation: clarify what is meant by 'multiple edges'. llvm-svn: 60197 --- llvm/tools/llvmc/doc/LLVMC-Reference.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/llvm/tools/llvmc/doc/LLVMC-Reference.rst b/llvm/tools/llvmc/doc/LLVMC-Reference.rst index ab45bc39929e..290778468a02 100644 --- a/llvm/tools/llvmc/doc/LLVMC-Reference.rst +++ b/llvm/tools/llvmc/doc/LLVMC-Reference.rst @@ -231,7 +231,8 @@ which gets a special treatment - there you are allowed to specify one default edge *per language*). When multiple plugins are loaded, their compilation graphs are merged -together. Since multiple edges are not allowed, an edge defined in +together. Since multiple edges that have the same end nodes are not +allowed (i.e. the graph is not a multigraph), an edge defined in several plugins will be replaced by the definition from the plugin that was loaded last. Plugin load order can be controlled by using the plugin priority feature described above.