mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-06 09:44:39 +00:00
Fix typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@111223 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
0fe7d54732
commit
44a2c3476b
@ -146,7 +146,7 @@ unsigned FastISel::getRegForValue(const Value *V) {
|
||||
return Reg;
|
||||
}
|
||||
|
||||
/// materializeRegForValue - Helper for getRegForVale. This function is
|
||||
/// materializeRegForValue - Helper for getRegForValue. This function is
|
||||
/// called when the value isn't already available in a register and must
|
||||
/// be materialized with new instructions.
|
||||
unsigned FastISel::materializeRegForValue(const Value *V, MVT VT) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user