commit | 2706f9771de8e90ee6379e70afedd91892bb9c8c | [log] [tgz] |
---|---|---|
author | Evan Cheng <evan.cheng@apple.com> | Wed May 16 05:14:06 2007 +0000 |
committer | Evan Cheng <evan.cheng@apple.com> | Wed May 16 05:14:06 2007 +0000 |
tree | e6387694c0ec4f1da4825b6f543cf64c48c6495c | |
parent | c5d05ef35780bf822765c5a3e2c13201450591ba [diff] [blame] |
Fix comment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37098 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Target/ARM/ARMConstantIslandPass.cpp b/lib/Target/ARM/ARMConstantIslandPass.cpp index 1371cdc..5c80f97 100644 --- a/lib/Target/ARM/ARMConstantIslandPass.cpp +++ b/lib/Target/ARM/ARMConstantIslandPass.cpp
@@ -112,7 +112,7 @@ : 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;