mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-26 21:20:37 +00:00
Update this test case to look for sret parameter attribute not csret cc.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33613 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
6a08f918b6
commit
57eba0ab51
@ -1,4 +1,5 @@
|
||||
; RUN: llvm-upgrade < %s | llvm-as | llvm-dis | grep 'tail call csretcc'
|
||||
; RUN: llvm-upgrade < %s | llvm-as | llvm-dis | \
|
||||
; RUN: grep 'tail call void ({ }\* sret'
|
||||
|
||||
declare csretcc void %foo({}*, ...)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user