[llvm-commits] [llvm] r147454 - /llvm/trunk/lib/CodeGen/RenderMachineFunction.cpp

Nick Lewycky nicholas at mxc.ca
Tue Jan 3 10:22:43 PST 2012


Author: nicholas
Date: Tue Jan  3 12:22:43 2012
New Revision: 147454

URL: http://llvm.org/viewvc/llvm-project?rev=147454&view=rev
Log:
Fix typo in ruler. No functionality change.

Modified:
    llvm/trunk/lib/CodeGen/RenderMachineFunction.cpp

Modified: llvm/trunk/lib/CodeGen/RenderMachineFunction.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/RenderMachineFunction.cpp?rev=147454&r1=147453&r2=147454&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/RenderMachineFunction.cpp (original)
+++ llvm/trunk/lib/CodeGen/RenderMachineFunction.cpp Tue Jan  3 12:22:43 2012
@@ -1,4 +1,4 @@
-//===-- llvm/CodeGen/RenderMachineFunction.cpp - MF->HTML -----s-----------===//
+//===-- llvm/CodeGen/RenderMachineFunction.cpp - MF->HTML -----------------===//
 //
 //                     The LLVM Compiler Infrastructure
 //





More information about the llvm-commits mailing list