Index: test/Transforms/MinSFI/expand-allocas-start-argstype.ll |
diff --git a/test/Transforms/MinSFI/expand-allocas-start-argstype.ll b/test/Transforms/MinSFI/expand-allocas-start-argstype.ll |
new file mode 100644 |
index 0000000000000000000000000000000000000000..0ae6e8b691dc1ed97a24822fd122396701207e00 |
--- /dev/null |
+++ b/test/Transforms/MinSFI/expand-allocas-start-argstype.ll |
@@ -0,0 +1,10 @@ |
+; RUN: not opt %s -minsfi-expand-allocas -S 2>&1 | FileCheck %s |
+ |
+target datalayout = "p:32:32:32" |
+target triple = "le32-unknown-nacl" |
+ |
+define i32 @_start_minsfi(i32 %arg1, i32 %arg2) { |
+ ret i32 0 |
+} |
+ |
+; CHECK: ExpandAllocas: Invalid signature of _start_minsfi |