[llvm-commits] CVS: llvm/lib/Target/Skeleton/README.txt
Misha Brukman
brukman at cs.uiuc.edu
Fri Jul 16 10:40:38 PDT 2004
Changes in directory llvm/lib/Target/Skeleton:
README.txt updated: 1.1 -> 1.2
---
Log message:
Fix grammar.
---
Diffs of the changes: (+1 -2)
Index: llvm/lib/Target/Skeleton/README.txt
diff -u llvm/lib/Target/Skeleton/README.txt:1.1 llvm/lib/Target/Skeleton/README.txt:1.2
--- llvm/lib/Target/Skeleton/README.txt:1.1 Fri Jul 16 01:12:28 2004
+++ llvm/lib/Target/Skeleton/README.txt Fri Jul 16 12:40:28 2004
@@ -2,7 +2,7 @@
--------------------
This directory contains a very simple skeleton that can be used as the
-starting point for new LLVM targets. Basically you can take this code
+starting point for new LLVM targets. Basically, you can take this code
and start filling stuff in.
This directory contains mainly stubs and placeholders; there is no binary
@@ -16,4 +16,3 @@
As always, if you're starting a new port, please mention it on the llvmdev
list, and if you have questions, that is a great place to ask.
-
More information about the llvm-commits
mailing list