aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorNick Lewycky <nicholas@mxc.ca>2010-10-12 18:18:03 +0000
committerNick Lewycky <nicholas@mxc.ca>2010-10-12 18:18:03 +0000
commit65b65d6ca49fe1c55722053d3ed2549e1399e717 (patch)
tree8b14456796ec2658999d3c4b168939cc14859894 /lib
parent82635f080c14ee0b979916ffb34f0c8daf08f78c (diff)
downloadexternal_llvm-65b65d6ca49fe1c55722053d3ed2549e1399e717.tar.gz
external_llvm-65b65d6ca49fe1c55722053d3ed2549e1399e717.tar.bz2
external_llvm-65b65d6ca49fe1c55722053d3ed2549e1399e717.zip
Mark variable 'NoImplicitFloatOps' used only in an assert as used.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@116323 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r--lib/Target/X86/X86ISelLowering.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Target/X86/X86ISelLowering.cpp b/lib/Target/X86/X86ISelLowering.cpp
index 3e0d100cfc..8ed52158a2 100644
--- a/lib/Target/X86/X86ISelLowering.cpp
+++ b/lib/Target/X86/X86ISelLowering.cpp
@@ -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