mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-17 03:24:34 +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:
@@ -112,7 +112,7 @@ namespace {
|
|||||||
: MI(mi), MaxDisp(maxdisp), isCond(cond), UncondBr(ubr) {}
|
: 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;
|
std::vector<ImmBranch> ImmBranches;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user