From: Mikhail Glushenkov Date: Fri, 28 Nov 2008 00:12:09 +0000 (+0000) Subject: Documentation: clarify what is meant by 'multiple edges'. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=3321b0ff2408c2a2c5d84f88c5b953f36c99d90a;p=oota-llvm.git Documentation: clarify what is meant by 'multiple edges'. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@60197 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/llvmc/doc/LLVMC-Reference.rst b/tools/llvmc/doc/LLVMC-Reference.rst index ab45bc39929..290778468a0 100644 --- a/tools/llvmc/doc/LLVMC-Reference.rst +++ b/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.