Forgot to rename one use of FPContractModeTy

llvm-svn: 159796
This commit is contained in:
Lang Hames 2012-07-06 01:10:46 +00:00
parent aa53b936ec
commit 275929b5bf
1 changed files with 1 additions and 1 deletions

View File

@ -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")