mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2026-04-21 08:17:40 +00:00
Correct word hyphenations
This patch tries to avoid unrelated changes other than fixing a few hyphen-related ambiguities and contractions in nearby lines. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@196471 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -1737,7 +1737,7 @@ bool GlobalOpt::ProcessInternalGlobal(GlobalVariable *GV,
|
||||
// and this function is main (which we know is not recursive), we replace
|
||||
// the global with a local alloca in this function.
|
||||
//
|
||||
// NOTE: It doesn't make sense to promote non single-value types since we
|
||||
// NOTE: It doesn't make sense to promote non-single-value types since we
|
||||
// are just replacing static memory to stack memory.
|
||||
//
|
||||
// If the global is in different address space, don't bring it to stack.
|
||||
@@ -2571,7 +2571,7 @@ bool Evaluator::EvaluateBlock(BasicBlock::iterator CurInst,
|
||||
// We don't insert an entry into Values, as it doesn't have a
|
||||
// meaningful return value.
|
||||
if (!II->use_empty()) {
|
||||
DEBUG(dbgs() << "Found unused invariant_start. Cant evaluate.\n");
|
||||
DEBUG(dbgs() << "Found unused invariant_start. Can't evaluate.\n");
|
||||
return false;
|
||||
}
|
||||
ConstantInt *Size = cast<ConstantInt>(II->getArgOperand(0));
|
||||
|
||||
Reference in New Issue
Block a user