mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-05-18 22:38:56 +00:00
Test commit: Remove unnecessary spaces.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@237259 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e55e117ad3
commit
dcc57103b8
@ -518,7 +518,7 @@ bool AliasAnalysis::canBasicBlockModify(const BasicBlock &BB,
|
|||||||
/// execution of the specified instructions to mod\ref (according to the
|
/// execution of the specified instructions to mod\ref (according to the
|
||||||
/// mode) the location Loc. The instructions to consider are all
|
/// mode) the location Loc. The instructions to consider are all
|
||||||
/// of the instructions in the range of [I1,I2] INCLUSIVE.
|
/// of the instructions in the range of [I1,I2] INCLUSIVE.
|
||||||
/// I1 and I2 must be in the same basic block.
|
/// I1 and I2 must be in the same basic block.
|
||||||
bool AliasAnalysis::canInstructionRangeModRef(const Instruction &I1,
|
bool AliasAnalysis::canInstructionRangeModRef(const Instruction &I1,
|
||||||
const Instruction &I2,
|
const Instruction &I2,
|
||||||
const Location &Loc,
|
const Location &Loc,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user