mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-03 09:21:02 +00:00
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:
parent
10190cceec
commit
1d8c9e721e
@ -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] }
|
||||
|
Loading…
Reference in New Issue
Block a user