Fix several accidental DOS line endings in source files
[oota-llvm.git] / test / MC / ARM / arm-it-block.s
1 @ RUN: llvm-mc -triple=armv7-apple-darwin -show-encoding < %s | FileCheck %s
2   .syntax unified
3   .globl _func
4
5 _func:
6 @ CHECK: _func:
7         it eq
8         moveq r2, r3
9 @ 'it' is parsed but not encoded.
10 @ CHECK-NOT: it
11 @ CHECK: moveq  r2, r3          @ encoding: [0x03,0x20,0xa0,0x01]