[llvm-commits] CVS: llvm/lib/Target/PowerPC/PPCSubtarget.h

Jim Laskey jlaskey at apple.com
Wed Oct 26 10:50:35 PDT 2005



Changes in directory llvm/lib/Target/PowerPC:

PPCSubtarget.h updated: 1.9 -> 1.10
---
Log message:

Typo x 2


---
Diffs of the changes:  (+1 -1)

 PPCSubtarget.h |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/lib/Target/PowerPC/PPCSubtarget.h
diff -u llvm/lib/Target/PowerPC/PPCSubtarget.h:1.9 llvm/lib/Target/PowerPC/PPCSubtarget.h:1.10
--- llvm/lib/Target/PowerPC/PPCSubtarget.h:1.9	Wed Oct 26 12:30:34 2005
+++ llvm/lib/Target/PowerPC/PPCSubtarget.h	Wed Oct 26 12:50:22 2005
@@ -42,7 +42,7 @@
   PPCSubtarget(const Module &M, const std::string &FS);
   
   /// ParseSubtargetFeatures - Parses features string setting specified 
-  /// subtarget options.  Definition of function is usto generated by tblgen.
+  /// subtarget options.  Definition of function is into generated by tblgen.
   void ParseSubtargetFeatures(const std::string &FS, const std::string &CPU);
 
   /// getStackAlignment - Returns the minimum alignment known to hold of the






More information about the llvm-commits mailing list