mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-07 11:51:13 +00:00
Fix typo.
llvm-svn: 111223
This commit is contained in:
parent
9a8050c4e1
commit
2bf87a1c77
@ -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…
Reference in New Issue
Block a user