[ARM] Better OR's for MVE compares
[llvm-core.git] / test / MC / ARM / full_line_comment.s
blob4c91986348305ad35329550723cf68379e309922
1 // RUN: llvm-mc -triple arm-apple-darwin10 %s | FileCheck %s
2 # this is a full line comment starting at column 1
3 # this starting at column 2
5 .data
6 // CHECK: .long 0
7 .long 0
8 # .long 1 this line is commented out