[llvm] r221282 - Remove unused DisableRedZone option.

Rafael Espindola rafael.espindola at gmail.com
Tue Nov 4 10:18:52 PST 2014


Author: rafael
Date: Tue Nov  4 12:18:52 2014
New Revision: 221282

URL: http://llvm.org/viewvc/llvm-project?rev=221282&view=rev
Log:
Remove unused DisableRedZone option.

Patch by Steve King.

Modified:
    llvm/trunk/include/llvm/CodeGen/CommandFlags.h

Modified: llvm/trunk/include/llvm/CodeGen/CommandFlags.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/CodeGen/CommandFlags.h?rev=221282&r1=221281&r2=221282&view=diff
==============================================================================
--- llvm/trunk/include/llvm/CodeGen/CommandFlags.h (original)
+++ llvm/trunk/include/llvm/CodeGen/CommandFlags.h Tue Nov  4 12:18:52 2014
@@ -93,11 +93,6 @@ FileType("filetype", cl::init(TargetMach
              clEnumValEnd));
 
 cl::opt<bool>
-DisableRedZone("disable-red-zone",
-               cl::desc("Do not emit code that uses the red zone."),
-               cl::init(false));
-
-cl::opt<bool>
 EnableFPMAD("enable-fp-mad",
             cl::desc("Enable less precise MAD instructions to be generated"),
             cl::init(false));





More information about the llvm-commits mailing list