summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2007-02-08 08:03:46 +0000
committerReid Spencer <rspencer@reidspencer.com>2007-02-08 08:03:46 +0000
commit19c3dea36fd08d8505fb71fe5149177522ac807b (patch)
treedd218c0412e3f96e1986a9d772b9f99d06cb1bfb /llvm
parent530d2e3051f4a89fc95a5f399ada80d128271f59 (diff)
downloadbcm5719-llvm-19c3dea36fd08d8505fb71fe5149177522ac807b.tar.gz
bcm5719-llvm-19c3dea36fd08d8505fb71fe5149177522ac807b.zip
Add some more interesting cases to this test.
llvm-svn: 34042
Diffstat (limited to 'llvm')
-rw-r--r--llvm/test/Assembler/2007-02-07-UpgradeCSRETCC.ll2
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/test/Assembler/2007-02-07-UpgradeCSRETCC.ll b/llvm/test/Assembler/2007-02-07-UpgradeCSRETCC.ll
index 85ad246c0af..062ee58c3fe 100644
--- a/llvm/test/Assembler/2007-02-07-UpgradeCSRETCC.ll
+++ b/llvm/test/Assembler/2007-02-07-UpgradeCSRETCC.ll
@@ -17,5 +17,7 @@ int %main(int %argc, ubyte** %argv) {
%fptr = alloca void (%mystruct*, i32)*
%f = load void (%mystruct*, i32)**%fptr
call csretcc void %f(%mystruct* %astr, i32 7)
+ store void (%mystruct* , i32)* %nada, void (%mystruct*, i32)** %fptr
+
ret int 0
}
OpenPOWER on IntegriCloud