X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=utils%2FDSAextract.py;h=89dece1f3339419048cdbf05bc1838c184c66f5d;hb=d8b0418d96e79ccdac745c437946c4a5347d0d71;hp=ba762bdec3d6b1cc9a563fac057787732628f114;hpb=7e2c793a2b5c746344652b6579e958ee42fafdcc;p=oota-llvm.git diff --git a/utils/DSAextract.py b/utils/DSAextract.py index ba762bdec3d..89dece1f333 100644 --- a/utils/DSAextract.py +++ b/utils/DSAextract.py @@ -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