aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/llvm/Target/TargetMachine.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/llvm/Target/TargetMachine.h b/include/llvm/Target/TargetMachine.h
index a8db68c597..6f36a94d83 100644
--- a/include/llvm/Target/TargetMachine.h
+++ b/include/llvm/Target/TargetMachine.h
@@ -78,6 +78,9 @@ namespace CodeGenOpt {
};
}
+
+// Possible float ABI settings. Soft is soft float, Hard is hard float, Default
+// is target-specific. Used with FloatABIType in TargetOptions.h.
namespace FloatABI {
enum ABIType {
Default,