[WebAssembly] Make several tests more strict.
[oota-llvm.git] / test / CodeGen / WebAssembly / dead-vreg.ll
index b94a648834ca120ea1206329d26f9a07743a4852..e1ae1aecdf217aa7885d19f6e707cb58096aceea 100644 (file)
@@ -7,7 +7,7 @@ target triple = "wasm32-unknown-unknown"
 
 define void @foo(i32* nocapture %a, i32 %w, i32 %h) {
 ; CHECK-LABEL: foo:
-; CHECK-NEXT: .param i32, i32, i32
+; CHECK-NEXT: .param i32, i32, i32{{$}}
 ; CHECK-NEXT: .local i32, i32, i32, i32, i32, i32, i32, i32, i32{{$}}
 entry:
   %cmp.19 = icmp sgt i32 %h, 0