1# RUN: llvm-mc -triple=x86_64 %s | FileCheck %s
2
3# CHECK: movl %eax, 15
4movl %eax, 3 ! ~12
5