[llvm-commits] CVS: llvm/utils/userloc.pl

Reid Spencer reid at x10sys.com
Thu Apr 20 11:47:25 PDT 2006



Changes in directory llvm/utils:

userloc.pl updated: 1.3 -> 1.4
---
Log message:

Remove Burg as a directory to be considered.


---
Diffs of the changes:  (+0 -1)

 userloc.pl |    1 -
 1 files changed, 1 deletion(-)


Index: llvm/utils/userloc.pl
diff -u llvm/utils/userloc.pl:1.3 llvm/utils/userloc.pl:1.4
--- llvm/utils/userloc.pl:1.3	Mon May 16 14:33:21 2005
+++ llvm/utils/userloc.pl	Thu Apr 20 13:47:13 2006
@@ -133,7 +133,6 @@
   return 0 if ($d =~ /.*Debug.*/);
   return 0 if ($d =~ /.*Release.*/);
   return 0 if ($d =~ /.*Profile.*/);
-  return 0 if ($d =~ /.*utils\/Burg.*/);
   return 0 if ($d =~ /.*docs\/CommandGuide\/html.*/);
   return 0 if ($d =~ /.*docs\/CommandGuide\/man.*/);
   return 0 if ($d =~ /.*docs\/CommandGuide\/ps.*/);






More information about the llvm-commits mailing list