mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-12 14:20:33 +00:00
Minor formatting fixes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@72172 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
0a8fe7a245
commit
261f2a2337
@ -62,7 +62,7 @@ namespace llvm {
|
|||||||
RRX, // V = RRX X, Flag -> srl X, 1 + shift in carry flag.
|
RRX, // V = RRX X, Flag -> srl X, 1 + shift in carry flag.
|
||||||
|
|
||||||
FMRRD, // double to two gprs.
|
FMRRD, // double to two gprs.
|
||||||
FMDRR, // Two gprs to double.
|
FMDRR, // Two gprs to double.
|
||||||
|
|
||||||
EH_SJLJ_SETJMP, // SjLj exception handling setjmp
|
EH_SJLJ_SETJMP, // SjLj exception handling setjmp
|
||||||
EH_SJLJ_LONGJMP, // SjLj exception handling longjmp
|
EH_SJLJ_LONGJMP, // SjLj exception handling longjmp
|
||||||
@ -71,7 +71,7 @@ namespace llvm {
|
|||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
//===----------------------------------------------------------------------===//
|
//===--------------------------------------------------------------------===//
|
||||||
// ARMTargetLowering - ARM Implementation of the TargetLowering interface
|
// ARMTargetLowering - ARM Implementation of the TargetLowering interface
|
||||||
|
|
||||||
class ARMTargetLowering : public TargetLowering {
|
class ARMTargetLowering : public TargetLowering {
|
||||||
|
Loading…
Reference in New Issue
Block a user