Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / llvm / test / MC / AsmParser / preserve-comments-crlf.s
blob27c5b2e070719e34eaba9eadc007ed1ed54376a0
1 #RUN: llvm-mc -preserve-comments -n -triple i386-linux-gnu < %s > %t
2 #RUN: diff -b %s %t
3 .text
5 foo: #Comment here
6 #comment here
7 nop
8 #if DIRECTIVE COMMENT
9 ## WHOLE LINE COMMENT
10 cmpl $196, %eax ## EOL COMMENT
11 #endif
12 .ident "clang version 3.9.0"
13 .section ".note.GNU-stack","",@progbits