[llvm] d030762 - [CodeGen][AArch64] Fix typo in legalizer-info-validation.mir
Alexander Shaposhnikov via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 1 04:15:15 PST 2022
Author: Alexander Shaposhnikov
Date: 2022-02-01T12:14:25Z
New Revision: d03076223b8977782d2f341b81c4dce8af4d17ee
URL: https://github.com/llvm/llvm-project/commit/d03076223b8977782d2f341b81c4dce8af4d17ee
DIFF: https://github.com/llvm/llvm-project/commit/d03076223b8977782d2f341b81c4dce8af4d17ee.diff
LOG: [CodeGen][AArch64] Fix typo in legalizer-info-validation.mir
Added:
Modified:
llvm/test/CodeGen/AArch64/GlobalISel/legalizer-info-validation.mir
Removed:
################################################################################
diff --git a/llvm/test/CodeGen/AArch64/GlobalISel/legalizer-info-validation.mir b/llvm/test/CodeGen/AArch64/GlobalISel/legalizer-info-validation.mir
index ffb87fd55d111..117766814b339 100644
--- a/llvm/test/CodeGen/AArch64/GlobalISel/legalizer-info-validation.mir
+++ b/llvm/test/CodeGen/AArch64/GlobalISel/legalizer-info-validation.mir
@@ -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
More information about the llvm-commits
mailing list