[llvm] r322958 - Test commit

Carey Williams via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 19 08:55:23 PST 2018


Author: carwil
Date: Fri Jan 19 08:55:23 2018
New Revision: 322958

URL: http://llvm.org/viewvc/llvm-project?rev=322958&view=rev
Log:
Test commit

Modified:
    llvm/trunk/lib/Target/AArch64/AArch64ISelLowering.cpp

Modified: llvm/trunk/lib/Target/AArch64/AArch64ISelLowering.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/AArch64/AArch64ISelLowering.cpp?rev=322958&r1=322957&r2=322958&view=diff
==============================================================================
--- llvm/trunk/lib/Target/AArch64/AArch64ISelLowering.cpp (original)
+++ llvm/trunk/lib/Target/AArch64/AArch64ISelLowering.cpp Fri Jan 19 08:55:23 2018
@@ -8839,7 +8839,7 @@ static SDValue performConcatVectorsCombi
 static SDValue tryCombineFixedPointConvert(SDNode *N,
                                            TargetLowering::DAGCombinerInfo &DCI,
                                            SelectionDAG &DAG) {
-  // Wait 'til after everything is legalized to try this. That way we have
+  // Wait until after everything is legalized to try this. That way we have
   // legal vector types and such.
   if (DCI.isBeforeLegalizeOps())
     return SDValue();




More information about the llvm-commits mailing list