Fix typo in testcase runline that got there because I have very bad hands
authorJessica Paquette <jpaquette@apple.com>
Wed, 2 Dec 2020 00:55:25 +0000 (16:55 -0800)
committerJessica Paquette <jpaquette@apple.com>
Wed, 2 Dec 2020 00:57:46 +0000 (16:57 -0800)
llvm/test/CodeGen/AArch64/GlobalISel/speculative-hardening-brcond.mir had a
slash in its runline.

llvm/test/CodeGen/AArch64/GlobalISel/speculative-hardening-brcond.mir

index 23bc998..d665f96 100644 (file)
@@ -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.