[WebAssembly] Suffix output operands with '='.
[oota-llvm.git] / test / CodeGen / WebAssembly / unused-argument.ll
index eb12cdefbf3bab7b820d39f04a9ada7ea809f4a5..3beea067f7b4ff82a41069394307da66d7a6a89f 100644 (file)
@@ -22,7 +22,7 @@ define i32 @unused_second(i32 %x, i32 %y) {
 }
 
 ; CHECK-LABEL: call_something:
-; CHECK-NEXT: call return_something, $discard{{$}}
+; CHECK-NEXT: call return_something, $discard={{$}}
 ; CHECK-NEXT: return{{$}}
 declare i32 @return_something()
 define void @call_something() {