From: Jessica Paquette Date: Wed, 2 Dec 2020 00:55:25 +0000 (-0800) Subject: Fix typo in testcase runline that got there because I have very bad hands X-Git-Tag: llvmorg-13-init~4657 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b6b0a80eb93cf1547974e610d5fac261764570f5;p=platform%2Fupstream%2Fllvm.git 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. --- diff --git a/llvm/test/CodeGen/AArch64/GlobalISel/speculative-hardening-brcond.mir b/llvm/test/CodeGen/AArch64/GlobalISel/speculative-hardening-brcond.mir index 23bc998..d665f96 100644 --- a/llvm/test/CodeGen/AArch64/GlobalISel/speculative-hardening-brcond.mir +++ b/llvm/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.