Author: Jessica Paquette Date: 2020-12-01T16:57:46-08:00 New Revision: b6b0a80eb93cf1547974e610d5fac261764570f5
URL: https://github.com/llvm/llvm-project/commit/b6b0a80eb93cf1547974e610d5fac261764570f5 DIFF: https://github.com/llvm/llvm-project/commit/b6b0a80eb93cf1547974e610d5fac261764570f5.diff LOG: 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. Added: Modified: llvm/test/CodeGen/AArch64/GlobalISel/speculative-hardening-brcond.mir Removed: ################################################################################ diff --git a/llvm/test/CodeGen/AArch64/GlobalISel/speculative-hardening-brcond.mir b/llvm/test/CodeGen/AArch64/GlobalISel/speculative-hardening-brcond.mir index 23bc998003c0..d665f962f1d4 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. _______________________________________________ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits