[llvm-commits] CVS: llvm/lib/Target/PowerPC/PPCISelPattern.cpp

Evan Cheng evan.cheng at apple.com
Mon Nov 28 20:59:58 PST 2005



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.
 ///






More information about the llvm-commits mailing list