dding test for fnstsw
[oota-llvm.git] / test / Verifier / inalloca1.ll
index 9408c95ee31f87e816ff91bd00d6c5566aaedeb5..38b5507abba5a368b9709a9d0f459bc72aaeed5e 100644 (file)
@@ -17,3 +17,6 @@ declare void @e(i64* readonly inalloca %p)
 
 declare void @f(void ()* inalloca %p)
 ; CHECK: do not support unsized types
+
+declare void @g(i32* inalloca %p, i32 %p2)
+; CHECK: inalloca isn't on the last parameter!