From ca9a824a2bf00dd842296a12980f6b9ac4987e9b Mon Sep 17 00:00:00 2001 From: Amilendra Kodithuwakku Date: Thu, 20 Dec 2018 16:44:26 +0000 Subject: [PATCH] Test commit 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CodeGen/AArch64/GlobalISel/legalizer-info-validation.mir b/test/CodeGen/AArch64/GlobalISel/legalizer-info-validation.mir index c18a2b82ec4..53fb3179789 100644 --- a/test/CodeGen/AArch64/GlobalISel/legalizer-info-validation.mir +++ b/test/CodeGen/AArch64/GlobalISel/legalizer-info-validation.mir @@ -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. -- 2.50.1