diff options
author | Bob Wilson <bob.wilson@apple.com> | 2010-01-19 22:56:26 +0000 |
---|---|---|
committer | Bob Wilson <bob.wilson@apple.com> | 2010-01-19 22:56:26 +0000 |
commit | 6a4491b8c7710005e57256747160f5e81ebf1988 (patch) | |
tree | 93f0225a8c0fb763c6b706d9d7d9e2d640fc6923 /llvm/lib/Target/ARM/ARMISelLowering.cpp | |
parent | 221708d8263c28286278c64ee860fc4599dd7bde (diff) | |
download | bcm5719-llvm-6a4491b8c7710005e57256747160f5e81ebf1988.tar.gz bcm5719-llvm-6a4491b8c7710005e57256747160f5e81ebf1988.zip |
Wrap some comments to 80 columns.
llvm-svn: 93940
Diffstat (limited to 'llvm/lib/Target/ARM/ARMISelLowering.cpp')
-rw-r--r-- | llvm/lib/Target/ARM/ARMISelLowering.cpp | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/llvm/lib/Target/ARM/ARMISelLowering.cpp b/llvm/lib/Target/ARM/ARMISelLowering.cpp index 73545298f9c..76c6a27fd32 100644 --- a/llvm/lib/Target/ARM/ARMISelLowering.cpp +++ b/llvm/lib/Target/ARM/ARMISelLowering.cpp @@ -387,7 +387,8 @@ ARMTargetLowering::ARMTargetLowering(TargetMachine &TM) setOperationAction(ISD::SIGN_EXTEND_INREG, MVT::i1, Expand); if (!UseSoftFloat && Subtarget->hasVFP2() && !Subtarget->isThumb1Only()) - // Turn f64->i64 into VMOVRRD, i64 -> f64 to VMOVDRR iff target supports vfp2. + // Turn f64->i64 into VMOVRRD, i64 -> f64 to VMOVDRR + // iff target supports vfp2. setOperationAction(ISD::BIT_CONVERT, MVT::i64, Custom); // We want to custom lower some of our intrinsics. @@ -3531,7 +3532,8 @@ static SDValue PerformSUBCombine(SDNode *N, return SDValue(); } -/// PerformVMOVRRDCombine - Target-specific dag combine xforms for ARMISD::VMOVRRD. +/// PerformVMOVRRDCombine - Target-specific dag combine xforms for +/// ARMISD::VMOVRRD. static SDValue PerformVMOVRRDCombine(SDNode *N, TargetLowering::DAGCombinerInfo &DCI) { // fmrrd(fmdrr x, y) -> x,y |