1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00
llvm-svn: 264110
This commit is contained in:
Joerg Sonnenberger 2016-03-22 22:24:52 +00:00
parent 5cf6af4222
commit e032905164

View File

@ -169,7 +169,7 @@ bool X86CallFrameOptimization::isLegal(MachineFunction &MF) {
return true;
}
// Check whether this trasnformation is profitable for a particular
// Check whether this transformation is profitable for a particular
// function - in terms of code size.
bool X86CallFrameOptimization::isProfitable(MachineFunction &MF,
ContextVector &CallSeqVector) {