Fix this test - there don't appear to be any actual Reload Reuses

in this testcase.

llvm-svn: 88998
This commit is contained in:
Dan Gohman 2009-11-16 23:49:55 +00:00
parent 9dede3b383
commit b43e1ff236
1 changed files with 0 additions and 1 deletions

View File

@ -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] }