[llvm-commits] [llvm] r73427 - /llvm/trunk/include/llvm/Target/TargetMachine.h
Anton Korobeynikov
asl at math.spbu.ru
Mon Jun 15 14:46:02 PDT 2009
Author: asl
Date: Mon Jun 15 16:46:02 2009
New Revision: 73427
URL: http://llvm.org/viewvc/llvm-project?rev=73427&view=rev
Log:
Document ABIType enum. Patch by Sandeep Patel!
Modified:
llvm/trunk/include/llvm/Target/TargetMachine.h
Modified: llvm/trunk/include/llvm/Target/TargetMachine.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Target/TargetMachine.h?rev=73427&r1=73426&r2=73427&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Target/TargetMachine.h (original)
+++ llvm/trunk/include/llvm/Target/TargetMachine.h Mon Jun 15 16:46:02 2009
@@ -78,6 +78,9 @@
};
}
+
+// 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,
More information about the llvm-commits
mailing list