[WebAssembly] Add more explicit pushes to the tests.
[oota-llvm.git] / test / CodeGen / WebAssembly / fast-isel.ll
index fa1870f67502bc5acda99e4ec616ad0d6b938fc5..f079b1a9325b333db603ae18713a118084008b82 100644 (file)
@@ -8,13 +8,13 @@ target triple = "wasm32-unknown-unknown"
 ; This tests very minimal fast-isel functionality.
 
 ; CHECK-LABEL: immediate_f32:
-; CHECK: f32.const 0x1.4p1{{$}}
+; CHECK: f32.const push, 0x1.4p1{{$}}
 define float @immediate_f32() {
   ret float 2.5
 }
 
 ; CHECK-LABEL: immediate_f64:
-; CHECK: f64.const 0x1.4p1{{$}}
+; CHECK: f64.const push, 0x1.4p1{{$}}
 define double @immediate_f64() {
   ret double 2.5
 }