mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-22 07:32:48 +00:00
Fix a typo in a comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@93227 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
797c440caf
commit
5c9cf19d1e
@ -78,7 +78,7 @@ unsigned FastISel::getRegForValue(Value *V) {
|
||||
// Look up the value to see if we already have a register for it. We
|
||||
// cache values defined by Instructions across blocks, and other values
|
||||
// only locally. This is because Instructions already have the SSA
|
||||
// def-dominatess-use requirement enforced.
|
||||
// def-dominates-use requirement enforced.
|
||||
if (ValueMap.count(V))
|
||||
return ValueMap[V];
|
||||
unsigned Reg = LocalValueMap[V];
|
||||
|
Loading…
Reference in New Issue
Block a user