diff options
author | Joerg Sonnenberger <joerg@bec.de> | 2016-03-22 22:24:52 +0000 |
---|---|---|
committer | Joerg Sonnenberger <joerg@bec.de> | 2016-03-22 22:24:52 +0000 |
commit | 772bb5b65d6c4dfb3278bea6626c4946fad63bfc (patch) | |
tree | 0b35e77e7b589167bf0a08ec1f192abef3a81dad /llvm/lib/Target | |
parent | 8809c4027092bcce5d0588cc2a907fd99fba9a01 (diff) | |
download | bcm5719-llvm-772bb5b65d6c4dfb3278bea6626c4946fad63bfc.tar.gz bcm5719-llvm-772bb5b65d6c4dfb3278bea6626c4946fad63bfc.zip |
Typo
llvm-svn: 264110
Diffstat (limited to 'llvm/lib/Target')
-rw-r--r-- | llvm/lib/Target/X86/X86CallFrameOptimization.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/X86/X86CallFrameOptimization.cpp b/llvm/lib/Target/X86/X86CallFrameOptimization.cpp index f2405a4bd3f..e86b5d4943e 100644 --- a/llvm/lib/Target/X86/X86CallFrameOptimization.cpp +++ b/llvm/lib/Target/X86/X86CallFrameOptimization.cpp @@ -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) { |