summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2011-05-24 01:43:38 +0000
committerEvan Cheng <evan.cheng@apple.com>2011-05-24 01:43:38 +0000
commita3b4203cbcdb3862ea3cc1ba94499e148c4c9b46 (patch)
tree1fddb9bd30416fdf256e1bed8011715192c73e2c
parent37f0082804909c47ecc51674efafc27e61194ba1 (diff)
downloadbcm5719-llvm-a3b4203cbcdb3862ea3cc1ba94499e148c4c9b46.tar.gz
bcm5719-llvm-a3b4203cbcdb3862ea3cc1ba94499e148c4c9b46.zip
Remove dead option.
llvm-svn: 131947
-rw-r--r--llvm/tools/llc/llc.cpp5
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) {
OpenPOWER on IntegriCloud