Add some more interesting cases to this test.
authorReid Spencer <rspencer@reidspencer.com>
Thu, 8 Feb 2007 08:03:46 +0000 (08:03 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Thu, 8 Feb 2007 08:03:46 +0000 (08:03 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34042 91177308-0d34-0410-b5e6-96231b3b80d8

test/Assembler/2007-02-07-UpgradeCSRETCC.ll

index 85ad246c0af51cf0d17bfc266bb41d026cfc4fd3..062ee58c3feda598291351d45c42782303fc82f7 100644 (file)
@@ -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
 }