Remove unused DisableRedZone option.
authorRafael Espindola <rafael.espindola@gmail.com>
Tue, 4 Nov 2014 18:18:52 +0000 (18:18 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Tue, 4 Nov 2014 18:18:52 +0000 (18:18 +0000)
Patch by Steve King.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@221282 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/CodeGen/CommandFlags.h

index 95579f848255d71ed5127c16d7e53ec7666cd024..b870c2502804b1db5df3f11546a7aa10a0132efe 100644 (file)
@@ -92,11 +92,6 @@ FileType("filetype", cl::init(TargetMachine::CGFT_AssemblyFile),
                         "Emit nothing, for performance testing"),
              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"),