[llvm] r176165 - Fix cut/paste error in a comment.

Reed Kotler rkotler at mips.com
Tue Feb 26 20:20:15 PST 2013


Author: rkotler
Date: Tue Feb 26 22:20:14 2013
New Revision: 176165

URL: http://llvm.org/viewvc/llvm-project?rev=176165&view=rev
Log:
Fix cut/paste error in a comment.


Modified:
    llvm/trunk/lib/Target/Mips/MipsConstantIslandPass.cpp

Modified: llvm/trunk/lib/Target/Mips/MipsConstantIslandPass.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/Mips/MipsConstantIslandPass.cpp?rev=176165&r1=176164&r2=176165&view=diff
==============================================================================
--- llvm/trunk/lib/Target/Mips/MipsConstantIslandPass.cpp (original)
+++ llvm/trunk/lib/Target/Mips/MipsConstantIslandPass.cpp Tue Feb 26 22:20:14 2013
@@ -1,4 +1,4 @@
-//===-- MipsLongBranch.cpp - Emit long branches ---------------------------===//
+//===-- MipsConstantIslandPass.cpp - Emit Pc Relative loads----------------===//
 //
 //                     The LLVM Compiler Infrastructure
 //





More information about the llvm-commits mailing list