Xamarin Public Jenkins (auto-signing) f32dbaf0b2 Imported Upstream version 5.18.0.225
Former-commit-id: 10196d987d5fc5564b9d3b33b1fdf13190f4d0b5
2018-12-21 19:01:49 +00:00

12 lines
352 B
ArmAsm

// RUN: llvm-mc -triple aarch64-windows-gnu -filetype obj -o %t.obj %s
// RUN: llvm-objdump -d %t.obj | FileCheck %s
func:
// Check that the nop instruction after the semicolon also is handled
nop; nop
add x0, x0, #42
// CHECK: 0: 1f 20 03 d5 nop
// CHECK: 4: 1f 20 03 d5 nop
// CHECK: 8: 00 a8 00 91 add x0, x0, #42