From: Reid Spencer Date: Thu, 8 Feb 2007 08:03:46 +0000 (+0000) Subject: Add some more interesting cases to this test. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=c6a8ca1556c6db34b925deed5b3bbba7da9f33da;p=oota-llvm.git Add some more interesting cases to this test. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34042 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Assembler/2007-02-07-UpgradeCSRETCC.ll b/test/Assembler/2007-02-07-UpgradeCSRETCC.ll index 85ad246c0af..062ee58c3fe 100644 --- a/test/Assembler/2007-02-07-UpgradeCSRETCC.ll +++ b/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 }