Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Preprocessor / print-assembler.s
blobc4e2e031f2d5bdfa2f3ccb8c404c1690b0411742
1 // RUN: %clang_cc1 -E -x assembler-with-cpp %s -o - | FileCheck %s --strict-whitespace
3 .intel_syntax noprefix
4 .text
5 .global _main
6 _main:
7 # asdf
8 # asdf
9 mov bogus_name, 20
10 mov rax, 5
11 ret
13 // CHECK-LABEL: _main:
14 // CHECK-NEXT: {{^}} # asdf
15 // CHECK-NEXT: {{^}} # asdf
16 // CHECK-NEXT: mov bogus_name, 20