diff options
author | Tobias Grosser <grosser@fim.uni-passau.de> | 2012-03-08 11:45:49 +0000 |
---|---|---|
committer | Tobias Grosser <grosser@fim.uni-passau.de> | 2012-03-08 11:45:49 +0000 |
commit | 7a82da99b19d85492f90730392cb79e1731fcc49 (patch) | |
tree | ec8ab8a6a5635882f6db159828cd1225bdc2fa3b | |
parent | e586f0ec5c508f3fd17f6dbf50287afa898801a0 (diff) | |
download | bcm5719-llvm-7a82da99b19d85492f90730392cb79e1731fcc49.tar.gz bcm5719-llvm-7a82da99b19d85492f90730392cb79e1731fcc49.zip |
www: Simplify bugs text
llvm-svn: 152307
-rw-r--r-- | polly/www/bugs.html | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/polly/www/bugs.html b/polly/www/bugs.html index 53f51b5f16e..e4e0d3fadb7 100644 --- a/polly/www/bugs.html +++ b/polly/www/bugs.html @@ -19,13 +19,10 @@ Polly uses the LLVM bug tracking system. <h3>File a Bug</h3> -To report a bug go to the LLVM Bugzilla <a href="http://llvm.org/bugs/" ->website</a> -select "File a Bug", chose "Projects" and select the component "Polly". To go -directly to the corresponding page -follow this <a -href="http://llvm.org/bugs/enter_bug.cgi?product=Projects&component=Polly">link</a>. -New bug reports will automatically be sent to the Polly development mailing list. +If a problem appears, please <a +href="http://llvm.org/bugs/enter_bug.cgi?product=Projects&component=Polly"> +report a bug</a> to the LLVM bugzilla. Polly bugs are tracked under product +'Projects' and component 'Polly'. <h3>Open Bugs</h3> |