Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / llvm / test / CodeGen / WebAssembly / main-with-args.ll
blobf648a7a718784b4b0c46b4f3ecc26047f9d1f3f4
1 ; RUN: llc < %s -asm-verbose=false | FileCheck %s
3 ; Test that main function with expected signature is not wrapped
5 target triple = "wasm32-unknown-unknown"
7 define i32 @main(i32 %a, ptr %b) {
8   ret i32 0
11 ; CHECK-LABEL: main:
12 ; CHECK-NEXT: .functype main (i32, i32) -> (i32)
14 ; CHECK-NOT: __original_main: