From e149599f7344e249e01a80a0129dc66b355ee8d5 Mon Sep 17 00:00:00 2001 From: Kristof Beyls Date: Wed, 23 Jan 2019 09:10:12 +0000 Subject: [PATCH] [SLH][AArch64] Remove accidentally retained -debug-only line from test. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@351932 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/AArch64/speculation-hardening.mir | 1 - 1 file changed, 1 deletion(-) diff --git a/test/CodeGen/AArch64/speculation-hardening.mir b/test/CodeGen/AArch64/speculation-hardening.mir index ccb93e416c9..5991c4df040 100644 --- a/test/CodeGen/AArch64/speculation-hardening.mir +++ b/test/CodeGen/AArch64/speculation-hardening.mir @@ -1,6 +1,5 @@ # RUN: llc -verify-machineinstrs -mtriple=aarch64-none-linux-gnu \ # RUN: -start-before aarch64-speculation-hardening -o - %s \ -# RUN: -debug-only=aarch64-speculation-hardening \ # RUN: | FileCheck %s --dump-input-on-failure # Check that the speculation hardening pass generates code as expected for -- 2.50.1