Mark variable 'NoImplicitFloatOps' used only in an assert as used.

llvm-svn: 116323
This commit is contained in:
Nick Lewycky 2010-10-12 18:18:03 +00:00
parent 503142624c
commit eb7b91d417
1 changed files with 1 additions and 0 deletions

View File

@ -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