blob: 7bcf30bd5e5d63af42f669922a58f61b5a6d7567 [file] [log] [blame]
; RUN: llvm-ml64 -filetype=s %s /Fo - | FileCheck %s --implicit-check-not=error:
; RUN: llvm-ml -m64 -filetype=s %s /Fo - | FileCheck %s --implicit-check-not=error:
.code
xor rax, rax
; CHECK: xor rax, rax
end