From c1a2caf870ab37d887cb89f21ca59a2efde88928 Mon Sep 17 00:00:00 2001 From: Reed Kotler Date: Wed, 27 Feb 2013 04:20:14 +0000 Subject: [PATCH] Fix cut/paste error in a comment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@176165 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/Mips/MipsConstantIslandPass.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Target/Mips/MipsConstantIslandPass.cpp b/lib/Target/Mips/MipsConstantIslandPass.cpp index 6002984537a..b5de1ebad22 100644 --- a/lib/Target/Mips/MipsConstantIslandPass.cpp +++ b/lib/Target/Mips/MipsConstantIslandPass.cpp @@ -1,4 +1,4 @@ -//===-- MipsLongBranch.cpp - Emit long branches ---------------------------===// +//===-- MipsConstantIslandPass.cpp - Emit Pc Relative loads----------------===// // // The LLVM Compiler Infrastructure //