11 lines · plain
1// RUN: llvm-mc -triple i386-apple-darwin %s 2>&1 | FileCheck %s2.p2align 33// CHECK: .p2align 34test:5// CHECK-LABEL: test:6// CHECK: pushl %ebp7// CHECK: movl %esp, %ebp8# Check that the following line's comment # doesn't drop the movl after9 pushl %ebp #10 movl %esp, %ebp11