mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-10 05:41:40 +00:00
Mark variable 'NoImplicitFloatOps' used only in an assert as used.
llvm-svn: 116323
This commit is contained in:
parent
d18b416075
commit
a6815ae877
@ -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
Block a user