From: Dale Johannesen Date: Fri, 12 Nov 2010 00:43:18 +0000 (+0000) Subject: Remove possibly useful info from comment, per Chris. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=0e03456a6592dd8c628a17a37d2b95467f053037;p=oota-llvm.git 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 --- diff --git a/lib/Target/X86/X86ISelLowering.cpp b/lib/Target/X86/X86ISelLowering.cpp index bce5fd86260..495baca78ec 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;