mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-23 20:29:30 +00:00
Reflow comments and remove one that predated the enum being in
the current file. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@237399 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
b046b93d25
commit
33a0cf6c56
@ -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.
|
||||
};
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user