[WebAssembly] Reverse the order of operands for br_if
[oota-llvm.git] / test / CodeGen / SystemZ / fp-add-02.ll
index 5be1ad79d45309ae8aec70241db940e0cca469ef..4f98742197bdfca2c0382aaf274fccf02df00230 100644 (file)
@@ -2,7 +2,7 @@
 ;
 ; RUN: llc < %s -mtriple=s390x-linux-gnu -mcpu=z10 \
 ; RUN:   | FileCheck -check-prefix=CHECK -check-prefix=CHECK-SCALAR %s
-; RUN: llc < %s -mtriple=s390x-linux-gnu -mcpu=z13 | FileCheck %s
+; RUN: llc < %s -mtriple=s390x-linux-gnu -mcpu=z13 -verify-machineinstrs | FileCheck %s
 declare double @foo()
 
 ; Check register addition.