diff options
Diffstat (limited to 'llvm/tools/llc/llc.cpp')
| -rw-r--r-- | llvm/tools/llc/llc.cpp | 5 | 
1 files changed, 0 insertions, 5 deletions
diff --git a/llvm/tools/llc/llc.cpp b/llvm/tools/llc/llc.cpp index a36b6d77b95..162d6c8ad9c 100644 --- a/llvm/tools/llc/llc.cpp +++ b/llvm/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<bool> -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) {  | 

