From 246910a5952c3e1625f8b569e92f92e96acf0781 Mon Sep 17 00:00:00 2001 From: Jessica Paquette Date: Tue, 1 Dec 2020 16:55:25 -0800 Subject: [PATCH] Fix typo in testcase runline that got there because I have very bad hands llvm/test/CodeGen/AArch64/GlobalISel/speculative-hardening-brcond.mir had a slash in its runline. --- .../CodeGen/AArch64/GlobalISel/speculative-hardening-brcond.mir | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CodeGen/AArch64/GlobalISel/speculative-hardening-brcond.mir b/test/CodeGen/AArch64/GlobalISel/speculative-hardening-brcond.mir index 23bc998003c..d665f962f1d 100644 --- a/test/CodeGen/AArch64/GlobalISel/speculative-hardening-brcond.mir +++ b/test/CodeGen/AArch64/GlobalISel/speculative-hardening-brcond.mir @@ -1,5 +1,5 @@ # NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py -# RUN: llc -mtriple aarch64-unknown-unknown -run-pass=instruction-select -verify-machineinstrs %s -o - | FileCheck %s\ +# RUN: llc -mtriple aarch64-unknown-unknown -run-pass=instruction-select -verify-machineinstrs %s -o - | FileCheck %s # # Verify that when a function has the speculative_load_hardening attribute we # never produce a CB(N)Z or TB(N)Z.