[CodeGen][AArch64] Fix typo in legalizer-info-validation.mir
authorAlexander Shaposhnikov <ashaposhnikov@google.com>
Tue, 1 Feb 2022 12:14:25 +0000 (12:14 +0000)
committerAlexander Shaposhnikov <ashaposhnikov@google.com>
Tue, 1 Feb 2022 12:14:25 +0000 (12:14 +0000)
llvm/test/CodeGen/AArch64/GlobalISel/legalizer-info-validation.mir

index ffb87fd..1177668 100644 (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