mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
change comments per review
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@50300 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
b3f346fa36
commit
da30ccbe9a
@ -8694,8 +8694,8 @@ Instruction *InstCombiner::visitInvokeInst(InvokeInst &II) {
|
||||
return visitCallSite(&II);
|
||||
}
|
||||
|
||||
// If this cast does not affect the value passed through the varargs
|
||||
// area, we can eliminate the use of the cast.
|
||||
/// isSafeToEliminateVarargsCast - If this cast does not affect the value
|
||||
/// passed through the varargs area, we can eliminate the use of the cast.
|
||||
static bool isSafeToEliminateVarargsCast(const CallSite CS,
|
||||
const CastInst * const CI,
|
||||
const TargetData * const TD,
|
||||
|
Loading…
Reference in New Issue
Block a user