summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2015-05-14 22:29:46 +0000
committerEric Christopher <echristo@gmail.com>2015-05-14 22:29:46 +0000
commit11e7da97a0f35fdd6f33283ea860f3036dcb39ab (patch)
treeda0542dd1c6d3b89e9da7c5382c46e041264de4f
parent149d37abd4d5c91ccd6da7de98636adf029f5dba (diff)
downloadbcm5719-llvm-11e7da97a0f35fdd6f33283ea860f3036dcb39ab.tar.gz
bcm5719-llvm-11e7da97a0f35fdd6f33283ea860f3036dcb39ab.zip
Reflow comments and remove one that predated the enum being in
the current file. llvm-svn: 237399
-rw-r--r--llvm/include/llvm/Target/TargetOptions.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/llvm/include/llvm/Target/TargetOptions.h b/llvm/include/llvm/Target/TargetOptions.h
index 205bd3dc7d1..d70fe94a9bb 100644
--- a/llvm/include/llvm/Target/TargetOptions.h
+++ b/llvm/include/llvm/Target/TargetOptions.h
@@ -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.
};
}
OpenPOWER on IntegriCloud