From 1d8c9e721ef5389f382129d1b56b36b713a828d1 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Mon, 16 Nov 2009 23:49:55 +0000 Subject: [PATCH] Fix this test - there don't appear to be any actual Reload Reuses in this testcase. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@88998 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/X86/2009-09-10-SpillComments.ll | 1 - 1 file changed, 1 deletion(-) diff --git a/test/CodeGen/X86/2009-09-10-SpillComments.ll b/test/CodeGen/X86/2009-09-10-SpillComments.ll index cc19ae3d6ce..8c62f4dbe0b 100644 --- a/test/CodeGen/X86/2009-09-10-SpillComments.ll +++ b/test/CodeGen/X86/2009-09-10-SpillComments.ll @@ -1,7 +1,6 @@ ; RUN: llc < %s -mtriple=x86_64-unknown-linux | grep "Spill" ; RUN: llc < %s -mtriple=x86_64-unknown-linux | grep "Folded Spill" ; RUN: llc < %s -mtriple=x86_64-unknown-linux | grep "Reload" -; RUN: llc < %s -mtriple=x86_64-unknown-linux | grep "Reload Reuse" %struct..0anon = type { i32 } %struct.rtvec_def = type { i32, [1 x %struct..0anon] }