]> granicus.if.org Git - llvm/commitdiff
Test commit
authorAmilendra Kodithuwakku <amilendra.kodithuwakku@arm.com>
Thu, 20 Dec 2018 16:44:26 +0000 (16:44 +0000)
committerAmilendra Kodithuwakku <amilendra.kodithuwakku@arm.com>
Thu, 20 Dec 2018 16:44:26 +0000 (16:44 +0000)
Fix a simple typo.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@349771 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/AArch64/GlobalISel/legalizer-info-validation.mir

index c18a2b82ec412bee41a01f8851d6b6d03646cf1e..53fb317978911c0d07477a70e57449c9202e5178 100644 (file)
@@ -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.