[llvm-commits] CVS: llvm/lib/Target/X86/X86RegisterInfo.def
Misha Brukman
brukman at cs.uiuc.edu
Mon Oct 28 14:03:01 PST 2002
Changes in directory llvm/lib/Target/X86:
X86RegisterInfo.def updated: 1.1 -> 1.2
---
Log message:
Fixed spelling and grammar.
---
Diffs of the changes:
Index: llvm/lib/Target/X86/X86RegisterInfo.def
diff -u llvm/lib/Target/X86/X86RegisterInfo.def:1.1 llvm/lib/Target/X86/X86RegisterInfo.def:1.2
--- llvm/lib/Target/X86/X86RegisterInfo.def:1.1 Fri Oct 25 17:55:53 2002
+++ llvm/lib/Target/X86/X86RegisterInfo.def Mon Oct 28 14:01:52 2002
@@ -1,9 +1,9 @@
//===-- X86RegisterInfo.def - X86 Register Information ----------*- C++ -*-===//
//
-// This file describes all of the registers that the X86 backend uses. It relys
+// This file describes all of the registers that the X86 backend uses. It relies
// on an external 'R' macro being defined that takes the arguments specified
-// below, and is used to make all of the information relevant to an registers be
-// in one place.
+// below, and is used to make all of the information relevant to registers be in
+// one place.
//
//===----------------------------------------------------------------------===//
More information about the llvm-commits
mailing list