summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/WebAssembly/main-with-args.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/CodeGen/WebAssembly/main-with-args.ll')
-rw-r--r--llvm/test/CodeGen/WebAssembly/main-with-args.ll3
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/WebAssembly/main-with-args.ll b/llvm/test/CodeGen/WebAssembly/main-with-args.ll
index aa085409756..d4a11ef14d4 100644
--- a/llvm/test/CodeGen/WebAssembly/main-with-args.ll
+++ b/llvm/test/CodeGen/WebAssembly/main-with-args.ll
@@ -10,7 +10,6 @@ define i32 @main(i32 %a, i8** %b) {
}
; CHECK-LABEL: main:
-; CHECK-NEXT: .param i32, i32
-; CHECK-NEXT: .result i32
+; CHECK-NEXT: .functype main (i32, i32) -> (i32)
; CHECK-NOT: __original_main:
OpenPOWER on IntegriCloud