X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2FTarget%2FTargetMachine.cpp;h=88871e3580ccc80e9c3a7993a9ce179c8a8d09f8;hb=39be8fcfdcad1b01997b22739a889d7c819600d5;hp=8d990443be1637e6324c0aaddc16c08ee51e6a89;hpb=8c86db58c83830199a39d1e64657f937c61f1f3a;p=oota-llvm.git diff --git a/lib/Target/TargetMachine.cpp b/lib/Target/TargetMachine.cpp index 8d990443be1..88871e3580c 100644 --- a/lib/Target/TargetMachine.cpp +++ b/lib/Target/TargetMachine.cpp @@ -40,7 +40,7 @@ namespace llvm { bool UnwindTablesMandatory; Reloc::Model RelocationModel; CodeModel::Model CMModel; - bool PerformTailCallOpt; + bool GuaranteedTailCallOpt; unsigned StackAlignment; bool RealignStack; bool DisableJumpTables; @@ -173,9 +173,9 @@ DefCodeModel("code-model", "Large code model"), clEnumValEnd)); static cl::opt -EnablePerformTailCallOpt("tailcallopt", +EnableGuaranteedTailCallOpt("tailcallopt", cl::desc("Turn fastcc calls into tail calls by (potentially) changing ABI."), - cl::location(PerformTailCallOpt), + cl::location(GuaranteedTailCallOpt), cl::init(false)); static cl::opt OverrideStackAlignment("stack-alignment",