aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorBob Wilson <bob.wilson@apple.com>2009-05-20 16:30:25 +0000
committerBob Wilson <bob.wilson@apple.com>2009-05-20 16:30:25 +0000
commit261f2a2337990bc7cc3d9e20d3338de54b26c74c (patch)
treecb845cad1f44b16394233c33bf5cb25892b5fbf2 /lib
parent0a8fe7a2458f0412bce1ed282fd1a3ca6fdc51bc (diff)
Minor formatting fixes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@72172 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r--lib/Target/ARM/ARMISelLowering.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Target/ARM/ARMISelLowering.h b/lib/Target/ARM/ARMISelLowering.h
index 0bd492fab6..2dab2dbba6 100644
--- a/lib/Target/ARM/ARMISelLowering.h
+++ b/lib/Target/ARM/ARMISelLowering.h
@@ -62,7 +62,7 @@ namespace llvm {
RRX, // V = RRX X, Flag -> srl X, 1 + shift in carry flag.
FMRRD, // double to two gprs.
- FMDRR, // Two gprs to double.
+ FMDRR, // Two gprs to double.
EH_SJLJ_SETJMP, // SjLj exception handling setjmp
EH_SJLJ_LONGJMP, // SjLj exception handling longjmp
@@ -71,7 +71,7 @@ namespace llvm {
};
}
- //===----------------------------------------------------------------------===//
+ //===--------------------------------------------------------------------===//
// ARMTargetLowering - ARM Implementation of the TargetLowering interface
class ARMTargetLowering : public TargetLowering {