[cfe-commits] r159796 - /cfe/trunk/include/clang/Basic/LangOptions.def
Lang Hames
lhames at gmail.com
Thu Jul 5 18:10:46 PDT 2012
Author: lhames
Date: Thu Jul 5 20:10:46 2012
New Revision: 159796
URL: http://llvm.org/viewvc/llvm-project?rev=159796&view=rev
Log:
Forgot to rename one use of FPContractModeTy
Modified:
cfe/trunk/include/clang/Basic/LangOptions.def
Modified: cfe/trunk/include/clang/Basic/LangOptions.def
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Basic/LangOptions.def?rev=159796&r1=159795&r2=159796&view=diff
==============================================================================
--- cfe/trunk/include/clang/Basic/LangOptions.def (original)
+++ cfe/trunk/include/clang/Basic/LangOptions.def Thu Jul 5 20:10:46 2012
@@ -148,7 +148,7 @@
"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")
More information about the cfe-commits
mailing list