[llvm-commits] CVS: llvm/docs/CommandGuide/gccas.html

John Criswell criswell at cs.uiuc.edu
Thu Oct 16 15:06:01 PDT 2003


Changes in directory llvm/docs/CommandGuide:

gccas.html updated: 1.5 -> 1.6

---
Log message:

Added documentation on the new -disable-inlining option.



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

Index: llvm/docs/CommandGuide/gccas.html
diff -u llvm/docs/CommandGuide/gccas.html:1.5 llvm/docs/CommandGuide/gccas.html:1.6
--- llvm/docs/CommandGuide/gccas.html:1.5	Tue Oct  7 15:12:03 2003
+++ llvm/docs/CommandGuide/gccas.html	Thu Oct 16 15:05:48 2003
@@ -39,6 +39,11 @@
 	Specify the output filename which will hold the assembled bytecode.
 	<p>
 
+	<li>-disable-inlining
+	<br>
+	Disable the inlining pass.  By default, it is enabled.
+	<p>
+
 	<li> -stats
 	<br>
 	Print statistics.





More information about the llvm-commits mailing list