Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / llvm / test / MC / ARM / preserve-comments-arm.s
blob830e512ab5ee3df1b11ba21738c228254055600a
1 @RUN: llvm-mc -preserve-comments -n -triple arm-eabi < %s > %t
2 @RUN: sed 's/#[C]omment/@Comment/g' %s > %t2
3 @RUN: diff -b %t %t2
4 .text
6 mov r0, r0
7 foo: #Comment here
8 mov r0, r0 @ EOL comment
9 .ident ""