[llvm] r349771 - Test commit

Amilendra Kodithuwakku via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 20 08:44:26 PST 2018


Author: amilendra
Date: Thu Dec 20 08:44:26 2018
New Revision: 349771

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

Fix a simple typo.

Modified:
    llvm/trunk/test/CodeGen/AArch64/GlobalISel/legalizer-info-validation.mir

Modified: llvm/trunk/test/CodeGen/AArch64/GlobalISel/legalizer-info-validation.mir
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/AArch64/GlobalISel/legalizer-info-validation.mir?rev=349771&r1=349770&r2=349771&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/AArch64/GlobalISel/legalizer-info-validation.mir (original)
+++ llvm/trunk/test/CodeGen/AArch64/GlobalISel/legalizer-info-validation.mir Thu Dec 20 08:44:26 2018
@@ -7,7 +7,7 @@
 # REQUIRES: asserts
 
 # The main purpose of this test is to make sure we don't over-relax
-# LegalizerInfo validation and loose its ability to catch bugs.
+# LegalizerInfo validation and lose its ability to catch bugs.
 #
 # Watch out for every "SKIPPED: user-defined predicate detected" in the
 # check-lines below and keep each and every one of them justified.




More information about the llvm-commits mailing list