[all-commits] [llvm/llvm-project] a67320: [CallSite removal][X86] Remove unneeded use of Cal...
topperc via All-commits
all-commits at lists.llvm.org
Fri Apr 10 10:28:02 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: a6732069ee220d9871396fd1c848301a1010e07a
https://github.com/llvm/llvm-project/commit/a6732069ee220d9871396fd1c848301a1010e07a
Author: Craig Topper <craig.topper at intel.com>
Date: 2020-04-10 (Fri, 10 Apr 2020)
Changed paths:
M llvm/lib/Target/X86/X86ISelLowering.cpp
Log Message:
-----------
[CallSite removal][X86] Remove unneeded use of CallSite. NFC
We already have a CallInst, we can just get the calling convention from it.
More information about the All-commits
mailing list