Index: tests_lit/llvm2ice_tests/nacl-other-intrinsics.ll |
diff --git a/tests_lit/llvm2ice_tests/nacl-other-intrinsics.ll b/tests_lit/llvm2ice_tests/nacl-other-intrinsics.ll |
index e8bbb30bc170f315a6a215de7bf5ab3c11ca4e32..f1fc459b4263bb2267086cf99e2875601f67d0da 100644 |
--- a/tests_lit/llvm2ice_tests/nacl-other-intrinsics.ll |
+++ b/tests_lit/llvm2ice_tests/nacl-other-intrinsics.ll |
@@ -326,7 +326,9 @@ entry: |
ret i32 %r_zext |
} |
; CHECK-LABEL: test_bswap_16 |
-; CHECK: rol {{.*}}, 8 |
+; Make sure this is the right operand size so that the most significant bit |
+; to least significant bit rotation happens at the right boundary. |
+; CHECK: rol {{[abcd]x|si|di|bp|word ptr}}, 8 |
define i32 @test_bswap_32(i32 %x) { |
entry: |