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

Chris Lattner lattner at cs.uiuc.edu
Wed Feb 18 17:39:35 PST 2004


Changes in directory llvm/docs/CommandGuide:

llc.html updated: 1.7 -> 1.8

---
Log message:

document the -march=c option


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

Index: llvm/docs/CommandGuide/llc.html
diff -u llvm/docs/CommandGuide/llc.html:1.7 llvm/docs/CommandGuide/llc.html:1.8
--- llvm/docs/CommandGuide/llc.html:1.7	Mon Feb 16 13:45:26 2004
+++ llvm/docs/CommandGuide/llc.html	Wed Feb 18 17:30:02 2004
@@ -95,6 +95,9 @@
 
 		<di> sparc
 		<dd>SPARC V9</dd>
+
+		<di> c
+		<dd>Emit C code</dd>
 	</dl>
 	<p>
 





More information about the llvm-commits mailing list