Remove possibly useful info from comment, per Chris.
authorDale Johannesen <dalej@apple.com>
Fri, 12 Nov 2010 00:43:18 +0000 (00:43 +0000)
committerDale Johannesen <dalej@apple.com>
Fri, 12 Nov 2010 00:43:18 +0000 (00:43 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@118865 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/X86/X86ISelLowering.cpp

index bce5fd862608f30babc486038e81d7b845f10d54..495baca78ec20da153cb348aab504ecde936d639 100644 (file)
@@ -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;