From 721cffd53a2c0e22167e042c53056b22e9363f67 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Thu, 27 Sep 2012 09:59:43 +0000 Subject: Fix a typo 'iff' => 'if' llvm-svn: 164767 --- llvm/utils/DSAextract.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/utils/DSAextract.py') diff --git a/llvm/utils/DSAextract.py b/llvm/utils/DSAextract.py index 89dece1f333..ba762bdec3d 100644 --- a/llvm/utils/DSAextract.py +++ b/llvm/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 iff for edge x -> y +#the associated edges. An edge is kept if 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 -- cgit v1.2.3