Fix indentation in switch statement.

llvm-svn: 90650
This commit is contained in:
Nick Lewycky 2009-12-05 06:37:24 +00:00
parent 9a152e2570
commit e91765fdbb
1 changed files with 16 additions and 15 deletions

View File

@ -388,6 +388,7 @@ MemDepResult MemoryDependenceAnalysis::getDependency(Instruction *QueryInst) {
bool isReadOnly = AA->onlyReadsMemory(QueryCS);
LocalCache = getCallSiteDependencyFrom(QueryCS, isReadOnly, ScanPos,
QueryParent);
break;
}
} else {
// Non-memory instruction.