Changes in directory llvm/lib/Target/PowerPC:

PPCISelPattern.cpp updated: 1.192 -> 1.193
---
Log message:

Fixed a comment bug:
createPPCPatternInstructionSelector -> createPPCISelPattern


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

 PPCISelPattern.cpp |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/lib/Target/PowerPC/PPCISelPattern.cpp
diff -u llvm/lib/Target/PowerPC/PPCISelPattern.cpp:1.192 
llvm/lib/Target/PowerPC/PPCISelPattern.cpp:1.193
--- llvm/lib/Target/PowerPC/PPCISelPattern.cpp:1.192    Tue Nov 15 18:48:01 2005
+++ llvm/lib/Target/PowerPC/PPCISelPattern.cpp  Mon Nov 28 22:59:46 2005
@@ -1713,7 +1713,7 @@
 }
 
 
-/// createPPCPatternInstructionSelector - This pass converts an LLVM function
+/// createPPCISelPattern - This pass converts an LLVM function
 /// into a machine code representation using pattern matching and a machine
 /// description file.
 ///



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to