[llvm-commits] CVS: llvm/tools/extract/README.txt
Misha Brukman
brukman at cs.uiuc.edu
Mon Aug 18 09:44:02 PDT 2003
Changes in directory llvm/tools/extract:
README.txt updated: 1.1 -> 1.2
---
Log message:
Spell `necessary' correctly.
---
Diffs of the changes:
Index: llvm/tools/extract/README.txt
diff -u llvm/tools/extract/README.txt:1.1 llvm/tools/extract/README.txt:1.2
--- llvm/tools/extract/README.txt:1.1 Mon Jun 24 11:49:55 2002
+++ llvm/tools/extract/README.txt Mon Aug 18 09:43:39 2003
@@ -7,7 +7,7 @@
miscompiles one function of a large benchmark), and so you want to just
cut the testcase down to the one function that is being a problem. In
this case, 'extract' eliminates all of the extraneous global variables,
-type information, and functions that aren't neccesary, giving you
+type information, and functions that aren't necessary, giving you
something simpler.
This is just an FYI, because I've found it useful and thought you guys
More information about the llvm-commits
mailing list