[llvm] r351932 - [SLH][AArch64] Remove accidentally retained -debug-only line from test.

Kristof Beyls via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 23 01:10:12 PST 2019


Author: kbeyls
Date: Wed Jan 23 01:10:12 2019
New Revision: 351932

URL: http://llvm.org/viewvc/llvm-project?rev=351932&view=rev
Log:
[SLH][AArch64] Remove accidentally retained -debug-only line from test.


Modified:
    llvm/trunk/test/CodeGen/AArch64/speculation-hardening.mir

Modified: llvm/trunk/test/CodeGen/AArch64/speculation-hardening.mir
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/AArch64/speculation-hardening.mir?rev=351932&r1=351931&r2=351932&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/AArch64/speculation-hardening.mir (original)
+++ llvm/trunk/test/CodeGen/AArch64/speculation-hardening.mir Wed Jan 23 01:10:12 2019
@@ -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




More information about the llvm-commits mailing list