From 801f10f7164367f109c6954eb4988ba53a31bda6 Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Mon, 15 Aug 2011 20:55:03 +0000 Subject: [PATCH] Fix this test to avoid leaving a temporary file behind. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@137651 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/ARM/2011-08-12-vmovqqqq-pseudo.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CodeGen/ARM/2011-08-12-vmovqqqq-pseudo.ll b/test/CodeGen/ARM/2011-08-12-vmovqqqq-pseudo.ll index 6afa0161ca4..f8e6a4e9faf 100644 --- a/test/CodeGen/ARM/2011-08-12-vmovqqqq-pseudo.ll +++ b/test/CodeGen/ARM/2011-08-12-vmovqqqq-pseudo.ll @@ -1,4 +1,4 @@ -; RUN: llc %s -mtriple=thumbv7-apple-darwin -mcpu=cortex-a9 -O0 +; RUN: llc %s -mtriple=thumbv7-apple-darwin -mcpu=cortex-a9 -O0 -o - ; The following test is supposed to produce a VMOVQQQQ pseudo instruction. ; Make sure that it gets expanded; otherwise, the compile fails when trying ; to print the pseudo-instruction. -- 2.34.1