mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
Fix comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37098 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
c5d05ef357
commit
2706f9771d
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user