Fix comment.
authorEvan Cheng <evan.cheng@apple.com>
Wed, 16 May 2007 05:14:06 +0000 (05:14 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Wed, 16 May 2007 05:14:06 +0000 (05:14 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37098 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/ARM/ARMConstantIslandPass.cpp

index 1371cdca46b63bc6199959ff999c4c472e591ffa..5c80f9773eda74e5cdc36f8c8d8e284d725732e8 100644 (file)
@@ -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<ImmBranch> ImmBranches;