projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7d5652d
)
Remove possibly useful info from comment, per Chris.
author
Dale Johannesen
<dalej@apple.com>
Fri, 12 Nov 2010 00:43:18 +0000
(
00:43
+0000)
committer
Dale 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
patch
|
blob
|
history
diff --git
a/lib/Target/X86/X86ISelLowering.cpp
b/lib/Target/X86/X86ISelLowering.cpp
index bce5fd862608f30babc486038e81d7b845f10d54..495baca78ec20da153cb348aab504ecde936d639 100644
(file)
--- 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;