mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-29 13:24:25 +00:00
Fix indentation in switch statement.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@90650 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -388,6 +388,7 @@ MemDepResult MemoryDependenceAnalysis::getDependency(Instruction *QueryInst) {
|
|||||||
bool isReadOnly = AA->onlyReadsMemory(QueryCS);
|
bool isReadOnly = AA->onlyReadsMemory(QueryCS);
|
||||||
LocalCache = getCallSiteDependencyFrom(QueryCS, isReadOnly, ScanPos,
|
LocalCache = getCallSiteDependencyFrom(QueryCS, isReadOnly, ScanPos,
|
||||||
QueryParent);
|
QueryParent);
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
// Non-memory instruction.
|
// Non-memory instruction.
|
||||||
|
Reference in New Issue
Block a user