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
This commit is contained in:
Dan Gohman 2009-11-16 23:49:55 +00:00
parent 10190cceec
commit 1d8c9e721e

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