forked from OSchip/llvm-project
Mark variable 'NoImplicitFloatOps' used only in an assert as used.
llvm-svn: 116323
This commit is contained in:
parent
503142624c
commit
eb7b91d417
|
@ -7605,6 +7605,7 @@ SDValue X86TargetLowering::LowerVAARG(SDValue Op, SelectionDAG &DAG) const {
|
|||
const Function *Fn = DAG.getMachineFunction().getFunction();
|
||||
bool NoImplicitFloatOps = Fn->hasFnAttr(Attribute::NoImplicitFloat);
|
||||
assert(!UseSoftFloat && !NoImplicitFloatOps && Subtarget->hasSSE1());
|
||||
(void)NoImplicitFloatOps;
|
||||
}
|
||||
|
||||
// Insert VAARG_64 node into the DAG
|
||||
|
|
Loading…
Reference in New Issue