[llvm-commits] [llvm] r60197 - /llvm/trunk/tools/llvmc/doc/LLVMC-Reference.rst

Mikhail Glushenkov foldr at codedgers.com
Thu Nov 27 16:12:09 PST 2008


Author: foldr
Date: Thu Nov 27 18:12:09 2008
New Revision: 60197

URL: http://llvm.org/viewvc/llvm-project?rev=60197&view=rev
Log:
Documentation: clarify what is meant by 'multiple edges'.

Modified:
    llvm/trunk/tools/llvmc/doc/LLVMC-Reference.rst

Modified: llvm/trunk/tools/llvmc/doc/LLVMC-Reference.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/tools/llvmc/doc/LLVMC-Reference.rst?rev=60197&r1=60196&r2=60197&view=diff

==============================================================================
--- llvm/trunk/tools/llvmc/doc/LLVMC-Reference.rst (original)
+++ llvm/trunk/tools/llvmc/doc/LLVMC-Reference.rst Thu Nov 27 18:12:09 2008
@@ -231,7 +231,8 @@
 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.





More information about the llvm-commits mailing list