diff options
author | Evan Cheng <evan.cheng@apple.com> | 2007-05-16 05:14:06 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2007-05-16 05:14:06 +0000 |
commit | 2706f9771de8e90ee6379e70afedd91892bb9c8c (patch) | |
tree | e6387694c0ec4f1da4825b6f543cf64c48c6495c | |
parent | c5d05ef35780bf822765c5a3e2c13201450591ba (diff) |
Fix comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37098 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/Target/ARM/ARMConstantIslandPass.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/ARM/ARMConstantIslandPass.cpp b/lib/Target/ARM/ARMConstantIslandPass.cpp index 1371cdca46..5c80f9773e 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<ImmBranch> ImmBranches; |