From: Evan Cheng Date: Tue, 24 May 2011 01:43:38 +0000 (+0000) Subject: Remove dead option. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=4992b03cbdaad1df46ea771b587f247395e49999;p=oota-llvm.git Remove dead option. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131947 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/llc/llc.cpp b/tools/llc/llc.cpp index a36b6d77b95..162d6c8ad9c 100644 --- a/tools/llc/llc.cpp +++ b/tools/llc/llc.cpp @@ -107,11 +107,6 @@ DisableRedZone("disable-red-zone", cl::desc("Do not emit code that uses the red zone."), cl::init(false)); -static cl::opt -NoImplicitFloats("no-implicit-float", - cl::desc("Don't generate implicit floating point instructions (x86-only)"), - cl::init(false)); - // GetFileNameRoot - Helper function to get the basename of a filename. static inline std::string GetFileNameRoot(const std::string &InputFilename) {