Clean up a comment (indentation was wrong).
authorBob Wilson <bob.wilson@apple.com>
Thu, 8 Oct 2009 18:51:31 +0000 (18:51 +0000)
committerBob Wilson <bob.wilson@apple.com>
Thu, 8 Oct 2009 18:51:31 +0000 (18:51 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83565 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/ARM/ARMISelDAGToDAG.cpp

index eae2a54fbdb9bb4e7c777e8aa0db5786bcb1458a..da4f037f267272247849ef17da5490a974d8f940 100644 (file)
@@ -59,7 +59,8 @@ public:
     return "ARM Instruction Selection";
   }
 
- /// getI32Imm - Return a target constant with the specified value, of type i32.
+  /// getI32Imm - Return a target constant of type i32 with the specified
+  /// value.
   inline SDValue getI32Imm(unsigned Imm) {
     return CurDAG->getTargetConstant(Imm, MVT::i32);
   }