[TableGen] Call llvm_shutdown on exit so that all the ManagedStatic objects in the...
[oota-llvm.git] / utils / DSAextract.py
index ba762bdec3d6b1cc9a563fac057787732628f114..89dece1f3339419048cdbf05bc1838c184c66f5d 100644 (file)
@@ -1,7 +1,7 @@
 #! /usr/bin/python
 
 #this is a script to extract given named nodes from a dot file, with
-#the associated edges.  An edge is kept if for edge x -> y
+#the associated edges.  An edge is kept iff for edge x -> y
 # x and y are both nodes specified to be kept.
 
 #known issues: if a line contains '->' and is not an edge line