[llvm-commits] [dragonegg] r95661 - /dragonegg/trunk/README

Duncan Sands baldrick at free.fr
Tue Feb 9 07:33:46 PST 2010


Author: baldrick
Date: Tue Feb  9 09:33:46 2010
New Revision: 95661

URL: http://llvm.org/viewvc/llvm-project?rev=95661&view=rev
Log:
Add a note about only early optimizations being run.

Modified:
    dragonegg/trunk/README

Modified: dragonegg/trunk/README
URL: http://llvm.org/viewvc/llvm-project/dragonegg/trunk/README?rev=95661&r1=95660&r2=95661&view=diff

==============================================================================
--- dragonegg/trunk/README (original)
+++ dragonegg/trunk/README Tue Feb  9 09:33:46 2010
@@ -79,8 +79,8 @@
   Do not perform any LLVM IR optimizations even if compiling at -O1, -O2 etc.
 
 -fplugin-arg-dragonegg-enable-gcc-optzns
-  Run the GCC tree optimizers as well as the LLVM IR optimizers.  Normally the
-  GCC optimizers are disabled.
+  Run the GCC tree optimizers as well as the LLVM IR optimizers.  Only early GCC
+  optimizations are performed.  Normally all GCC optimizations are disabled.
 
 -fplugin-arg-dragonegg-save-gcc-output
   GCC assembler output is normally redirected to /dev/null so that it doesn't





More information about the llvm-commits mailing list