summaryrefslogtreecommitdiff
path: root/lib/Target
diff options
context:
space:
mode:
authorDale Johannesen <dalej@apple.com>2010-05-28 23:24:28 +0000
committerDale Johannesen <dalej@apple.com>2010-05-28 23:24:28 +0000
commit2f05cc06a2dd1b5b7b2ae0d7e39f2ddf67649db2 (patch)
tree6b6fc3625f758df96cec903802be24352efdf157 /lib/Target
parentf39e0ce4ec603af011ff4aa09ffb0cd82e521ba9 (diff)
downloadllvm-2f05cc06a2dd1b5b7b2ae0d7e39f2ddf67649db2.tar.gz
llvm-2f05cc06a2dd1b5b7b2ae0d7e39f2ddf67649db2.tar.bz2
llvm-2f05cc06a2dd1b5b7b2ae0d7e39f2ddf67649db2.tar.xz
Fix comment typos.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@105059 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target')
-rw-r--r--lib/Target/X86/X86ISelLowering.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Target/X86/X86ISelLowering.cpp b/lib/Target/X86/X86ISelLowering.cpp
index b46fc740e4..a5fd1d1e7b 100644
--- a/lib/Target/X86/X86ISelLowering.cpp
+++ b/lib/Target/X86/X86ISelLowering.cpp
@@ -2320,8 +2320,8 @@ X86TargetLowering::IsEligibleForTailCallOptimization(SDValue Callee,
return false;
}
- // Look for obvious safe cases to perform tail call optimization that does not
- // requite ABI changes. This is what gcc calls sibcall.
+ // Look for obvious safe cases to perform tail call optimization that do not
+ // require ABI changes. This is what gcc calls sibcall.
// Can't do sibcall if stack needs to be dynamically re-aligned. PEI needs to
// emit a special epilogue.