[llvm-commits] CVS: llvm/tools/bugpoint/CrashDebugger.cpp ListReducer.h

Misha Brukman brukman at cs.uiuc.edu
Mon Aug 18 09:39:03 PDT 2003


Changes in directory llvm/tools/bugpoint:

CrashDebugger.cpp updated: 1.17 -> 1.18
ListReducer.h updated: 1.4 -> 1.5

---
Log message:

Spell `necessary' correctly.


---
Diffs of the changes:

Index: llvm/tools/bugpoint/CrashDebugger.cpp
diff -u llvm/tools/bugpoint/CrashDebugger.cpp:1.17 llvm/tools/bugpoint/CrashDebugger.cpp:1.18
--- llvm/tools/bugpoint/CrashDebugger.cpp:1.17	Thu Aug  7 16:42:28 2003
+++ llvm/tools/bugpoint/CrashDebugger.cpp	Mon Aug 18 09:38:08 2003
@@ -320,8 +320,8 @@
     std::cout << "\n*** Attempting to reduce testcase by deleting instruc"
               << "tions: Simplification Level #" << Simplification << "\n";
 
-    // Now that we have deleted the functions that are unneccesary for the
-    // program, try to remove instructions that are not neccesary to cause the
+    // Now that we have deleted the functions that are unnecessary for the
+    // program, try to remove instructions that are not necessary to cause the
     // crash.  To do this, we loop through all of the instructions in the
     // remaining functions, deleting them (replacing any values produced with
     // nulls), and then running ADCE and SimplifyCFG.  If the transformed input


Index: llvm/tools/bugpoint/ListReducer.h
diff -u llvm/tools/bugpoint/ListReducer.h:1.4 llvm/tools/bugpoint/ListReducer.h:1.5
--- llvm/tools/bugpoint/ListReducer.h:1.4	Wed Jul 30 15:15:56 2003
+++ llvm/tools/bugpoint/ListReducer.h	Mon Aug 18 09:38:08 2003
@@ -68,7 +68,7 @@
         break;
       case NoFailure:
         // Otherwise the property doesn't hold.  Some of the elements we removed
-        // must be neccesary to maintain the property.
+        // must be necessary to maintain the property.
         MidTop = Mid;
         break;
       }





More information about the llvm-commits mailing list