From 2706f9771de8e90ee6379e70afedd91892bb9c8c Mon Sep 17 00:00:00 2001 From: Evan Cheng Date: Wed, 16 May 2007 05:14:06 +0000 Subject: [PATCH] Fix comment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37098 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/ARM/ARMConstantIslandPass.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Target/ARM/ARMConstantIslandPass.cpp b/lib/Target/ARM/ARMConstantIslandPass.cpp index 1371cdca46b..5c80f9773ed 100644 --- a/lib/Target/ARM/ARMConstantIslandPass.cpp +++ b/lib/Target/ARM/ARMConstantIslandPass.cpp @@ -112,7 +112,7 @@ namespace { : MI(mi), MaxDisp(maxdisp), isCond(cond), UncondBr(ubr) {} }; - /// Branches - Keep track of all the immediate branch instructions. + /// ImmBranches - Keep track of all the immediate branch instructions. /// std::vector ImmBranches; -- 2.34.1