forked from OSchip/llvm-project
Forgot to rename one use of FPContractModeTy
llvm-svn: 159796
This commit is contained in:
parent
aa53b936ec
commit
275929b5bf
|
@ -148,7 +148,7 @@ ENUM_LANGOPT(StackProtector, StackProtectorMode, 2, SSPOff,
|
|||
"stack protector mode")
|
||||
ENUM_LANGOPT(SignedOverflowBehavior, SignedOverflowBehaviorTy, 2, SOB_Undefined,
|
||||
"signed integer overflow handling")
|
||||
ENUM_LANGOPT(FPContractMode, FPContractModeTy, 2, FPC_On, "FP_CONTRACT mode")
|
||||
ENUM_LANGOPT(FPContractMode, FPContractModeKind, 2, FPC_On, "FP_CONTRACT mode")
|
||||
|
||||
BENIGN_LANGOPT(InstantiationDepth, 32, 512,
|
||||
"maximum template instantiation depth")
|
||||
|
|
Loading…
Reference in New Issue