[CodeGen][AArch64] Fix typo in legalizer-info-validation.mir

This commit is contained in:
Alexander Shaposhnikov 2022-02-01 12:14:25 +00:00
parent 80c27fbf94
commit d03076223b
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
# R UN: llc -mtriple=aarch64-- -run-pass=legalizer %s \
# R UN: -mcpu=cortex-a75 -o - 2>&1 | FileCheck %s --check-prefixes=CHECK
# RUN: llc -mtriple=aarch64-- -run-pass=legalizer %s \
# RUN: -mcpu=cortex-a75 -o - 2>&1 | FileCheck %s --check-prefixes=CHECK
# RUN: llc -mtriple=aarch64-- -run-pass=legalizer %s -debug-only=legalizer-info \
# RUN: -mcpu=cortex-a75 -o - 2>&1 | FileCheck %s --check-prefixes=CHECK,DEBUG