diff options
Diffstat (limited to 'test/CodeGen/WebAssembly/comparisons_f32.ll')
| -rw-r--r-- | test/CodeGen/WebAssembly/comparisons_f32.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/WebAssembly/comparisons_f32.ll b/test/CodeGen/WebAssembly/comparisons_f32.ll index 2d324f7f2083..10e037d57a7a 100644 --- a/test/CodeGen/WebAssembly/comparisons_f32.ll +++ b/test/CodeGen/WebAssembly/comparisons_f32.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -asm-verbose=false | FileCheck %s +; RUN: llc < %s -asm-verbose=false -disable-wasm-fallthrough-return-opt | FileCheck %s ; Test that basic 32-bit floating-point comparison operations assemble as ; expected. |
