summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoerg Sonnenberger <joerg@bec.de>2016-03-22 22:24:52 +0000
committerJoerg Sonnenberger <joerg@bec.de>2016-03-22 22:24:52 +0000
commit772bb5b65d6c4dfb3278bea6626c4946fad63bfc (patch)
tree0b35e77e7b589167bf0a08ec1f192abef3a81dad
parent8809c4027092bcce5d0588cc2a907fd99fba9a01 (diff)
downloadbcm5719-llvm-772bb5b65d6c4dfb3278bea6626c4946fad63bfc.tar.gz
bcm5719-llvm-772bb5b65d6c4dfb3278bea6626c4946fad63bfc.zip
Typo
llvm-svn: 264110
-rw-r--r--llvm/lib/Target/X86/X86CallFrameOptimization.cpp2
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) {
OpenPOWER on IntegriCloud