diff options
author | Amilendra Kodithuwakku <amilendra.kodithuwakku@arm.com> | 2018-12-20 16:44:26 +0000 |
---|---|---|
committer | Amilendra Kodithuwakku <amilendra.kodithuwakku@arm.com> | 2018-12-20 16:44:26 +0000 |
commit | 388bb86d7b563c2b4cc3f763ceeff952a94b8aaf (patch) | |
tree | bcd50172c14d27701c6e31d02b6013141552fdff | |
parent | 30c42e2ab6893802c2346873f095904df0cbca9a (diff) | |
download | bcm5719-llvm-388bb86d7b563c2b4cc3f763ceeff952a94b8aaf.tar.gz bcm5719-llvm-388bb86d7b563c2b4cc3f763ceeff952a94b8aaf.zip |
Test commit
Fix a simple typo.
llvm-svn: 349771
-rw-r--r-- | llvm/test/CodeGen/AArch64/GlobalISel/legalizer-info-validation.mir | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/AArch64/GlobalISel/legalizer-info-validation.mir b/llvm/test/CodeGen/AArch64/GlobalISel/legalizer-info-validation.mir index c18a2b82ec4..53fb3179789 100644 --- a/llvm/test/CodeGen/AArch64/GlobalISel/legalizer-info-validation.mir +++ b/llvm/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. |