[ARM] Typo. NFC.
authorChad Rosier <mcrosier@codeaurora.org>
Fri, 2 Oct 2015 16:42:59 +0000 (16:42 +0000)
committerChad Rosier <mcrosier@codeaurora.org>
Fri, 2 Oct 2015 16:42:59 +0000 (16:42 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@249153 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/AArch64/AArch64ISelLowering.cpp

index f27c3266138e235f9ae6d3e4e6e08239b2458e65..def47393a474ead83518e1c42319e6bce9a9a7e6 100644 (file)
@@ -7506,7 +7506,7 @@ static SDValue performIntToFpCombine(SDNode *N, SelectionDAG &DAG,
 
   // If the result of an integer load is only used by an integer-to-float
   // conversion, use a fp load instead and a AdvSIMD scalar {S|U}CVTF instead.
-  // This eliminates an "integer-to-vector-move UOP and improve throughput.
+  // This eliminates an "integer-to-vector-move" UOP and improves throughput.
   SDValue N0 = N->getOperand(0);
   if (Subtarget->hasNEON() && ISD::isNormalLoad(N0.getNode()) && N0.hasOneUse() &&
       // Do not change the width of a volatile load.