mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-09 11:25:55 +00:00
Fix typo and indentation.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@50706 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -2045,7 +2045,7 @@ GetAddressedElementFromGlobal(GlobalVariable *GV,
|
||||
}
|
||||
|
||||
/// ComputeLoadConstantCompareIterationCount - Given an exit condition of
|
||||
/// 'icmp op load X, cst', try to se if we can compute the trip count.
|
||||
/// 'icmp op load X, cst', try to see if we can compute the trip count.
|
||||
SCEVHandle ScalarEvolutionsImpl::
|
||||
ComputeLoadConstantCompareIterationCount(LoadInst *LI, Constant *RHS,
|
||||
const Loop *L,
|
||||
|
Reference in New Issue
Block a user