aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDale Johannesen <dalej@apple.com>2010-11-12 00:43:18 +0000
committerDale Johannesen <dalej@apple.com>2010-11-12 00:43:18 +0000
commit0e03456a6592dd8c628a17a37d2b95467f053037 (patch)
tree03b43212ebb70e4add221644f6f72e46a2ddb886
parent7d5652dcd5371d086e2b24cb9c14a34b74481df8 (diff)
Remove possibly useful info from comment, per Chris.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@118865 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/Target/X86/X86ISelLowering.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/X86/X86ISelLowering.cpp b/lib/Target/X86/X86ISelLowering.cpp
index bce5fd8626..495baca78e 100644
--- a/lib/Target/X86/X86ISelLowering.cpp
+++ b/lib/Target/X86/X86ISelLowering.cpp
@@ -2509,7 +2509,7 @@ X86TargetLowering::IsEligibleForTailCallOptimization(SDValue Callee,
}
// An stdcall caller is expected to clean up its arguments; the callee
- // isn't going to do that. PR 8461.
+ // isn't going to do that.
if (!CCMatch && CallerCC==CallingConv::X86_StdCall)
return false;