[llvm-commits] CVS: llvm/include/llvm/CodeGen/InstrSelection.h MachineInstr.h Passes.h
Misha Brukman
brukman at cs.uiuc.edu
Thu Aug 21 17:10:29 PDT 2003
Changes in directory llvm/include/llvm/CodeGen:
InstrSelection.h updated: 1.26 -> 1.27
MachineInstr.h updated: 1.111 -> 1.112
Passes.h updated: 1.2 -> 1.3
---
Log message:
The word `dependent' has no `a'.
---
Diffs of the changes:
Index: llvm/include/llvm/CodeGen/InstrSelection.h
diff -u llvm/include/llvm/CodeGen/InstrSelection.h:1.26 llvm/include/llvm/CodeGen/InstrSelection.h:1.27
--- llvm/include/llvm/CodeGen/InstrSelection.h:1.26 Thu Aug 14 01:09:27 2003
+++ llvm/include/llvm/CodeGen/InstrSelection.h Thu Aug 21 17:09:31 2003
@@ -40,7 +40,7 @@
//
// Purpose:
// Entry point for instruction selection using BURG.
-// Return a pass that performs machine dependant instruction selection.
+// Return a pass that performs machine dependent instruction selection.
//---------------------------------------------------------------------------
FunctionPass *createInstructionSelectionPass(TargetMachine &Target);
Index: llvm/include/llvm/CodeGen/MachineInstr.h
diff -u llvm/include/llvm/CodeGen/MachineInstr.h:1.111 llvm/include/llvm/CodeGen/MachineInstr.h:1.112
--- llvm/include/llvm/CodeGen/MachineInstr.h:1.111 Tue Aug 5 17:39:13 2003
+++ llvm/include/llvm/CodeGen/MachineInstr.h Thu Aug 21 17:09:31 2003
@@ -1,7 +1,7 @@
//===-- llvm/CodeGen/MachineInstr.h - MachineInstr class ---------*- C++ -*--=//
//
// This file contains the declaration of the MachineInstr class, which is the
-// basic representation for all target dependant machine instructions used by
+// basic representation for all target dependent machine instructions used by
// the back end.
//
//===----------------------------------------------------------------------===//
Index: llvm/include/llvm/CodeGen/Passes.h
diff -u llvm/include/llvm/CodeGen/Passes.h:1.2 llvm/include/llvm/CodeGen/Passes.h:1.3
--- llvm/include/llvm/CodeGen/Passes.h:1.2 Wed Aug 13 13:18:10 2003
+++ llvm/include/llvm/CodeGen/Passes.h Thu Aug 21 17:09:31 2003
@@ -1,6 +1,6 @@
-//===-- Passes.h - Target independant code generation passes ----*- C++ -*-===//
+//===-- Passes.h - Target independent code generation passes ----*- C++ -*-===//
//
-// This file defines interfaces to access the target independant code generation
+// This file defines interfaces to access the target independent code generation
// passes provided by the LLVM backend.
//
//===----------------------------------------------------------------------===//
More information about the llvm-commits
mailing list