[llvm-commits] CVS: llvm/test/Regression/CFrontend/2002-02-13-ReloadProblem.c

Misha Brukman brukman at cs.uiuc.edu
Mon Aug 18 09:38:01 PDT 2003


Changes in directory llvm/test/Regression/CFrontend:

2002-02-13-ReloadProblem.c updated: 1.1 -> 1.2

---
Log message:

Spell `necessary' correctly.


---
Diffs of the changes:

Index: llvm/test/Regression/CFrontend/2002-02-13-ReloadProblem.c
diff -u llvm/test/Regression/CFrontend/2002-02-13-ReloadProblem.c:1.1 llvm/test/Regression/CFrontend/2002-02-13-ReloadProblem.c:1.2
--- llvm/test/Regression/CFrontend/2002-02-13-ReloadProblem.c:1.1	Wed Feb 13 14:35:17 2002
+++ llvm/test/Regression/CFrontend/2002-02-13-ReloadProblem.c	Mon Aug 18 09:37:09 2003
@@ -1,6 +1,6 @@
 /* This triggered a problem in reload, fixed by disabling most of the 
  * steps of compilation in GCC.  Before this change, the code went through
- * the entire backend of GCC, even though it was unneccesary for LLVM output
+ * the entire backend of GCC, even though it was unnecessary for LLVM output
  * now it is skipped entirely, and since reload doesn't run, it can't cause
  * a problem.
  */





More information about the llvm-commits mailing list