summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2007-01-29 05:40:02 +0000
committerReid Spencer <rspencer@reidspencer.com>2007-01-29 05:40:02 +0000
commitccef5a35bf437811a573fb42299e0a8b176c3166 (patch)
tree2eb0d10c00d5b355e6e317c4fb2e90d716280513 /llvm
parent56639800c9c17c54bc64825886a4578d4ea4710e (diff)
downloadbcm5719-llvm-ccef5a35bf437811a573fb42299e0a8b176c3166.tar.gz
bcm5719-llvm-ccef5a35bf437811a573fb42299e0a8b176c3166.zip
Update this test case to look for sret parameter attribute not csret cc.
llvm-svn: 33613
Diffstat (limited to 'llvm')
-rw-r--r--llvm/test/Assembler/2006-05-26-VarargsCallEncode.ll3
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/test/Assembler/2006-05-26-VarargsCallEncode.ll b/llvm/test/Assembler/2006-05-26-VarargsCallEncode.ll
index 0c76d6fe86e..e5de6de5f8b 100644
--- a/llvm/test/Assembler/2006-05-26-VarargsCallEncode.ll
+++ b/llvm/test/Assembler/2006-05-26-VarargsCallEncode.ll
@@ -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({}*, ...)
OpenPOWER on IntegriCloud