[llvm] r237399 - Reflow comments and remove one that predated the enum being in
Eric Christopher
echristo at gmail.com
Thu May 14 15:29:46 PDT 2015
Author: echristo
Date: Thu May 14 17:29:46 2015
New Revision: 237399
URL: http://llvm.org/viewvc/llvm-project?rev=237399&view=rev
Log:
Reflow comments and remove one that predated the enum being in
the current file.
Modified:
llvm/trunk/include/llvm/Target/TargetOptions.h
Modified: llvm/trunk/include/llvm/Target/TargetOptions.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Target/TargetOptions.h?rev=237399&r1=237398&r2=237399&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Target/TargetOptions.h (original)
+++ llvm/trunk/include/llvm/Target/TargetOptions.h Thu May 14 17:29:46 2015
@@ -22,12 +22,11 @@ namespace llvm {
class MachineFunction;
class StringRef;
- // Possible float ABI settings. Used with FloatABIType in TargetOptions.h.
namespace FloatABI {
enum ABIType {
- Default, // Target-specific (either soft or hard depending on triple,etc).
- Soft, // Soft float.
- Hard // Hard float.
+ Default, // Target-specific (either soft or hard depending on triple, etc).
+ Soft, // Soft float.
+ Hard // Hard float.
};
}
More information about the llvm-commits
mailing list