Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / llvm / test / CodeGen / MIR / Generic / first-character-parse-error.mir
blob869392f3e4bb6fb2f44d22a34792bcda6d885a70
1 @# RUN: not llc -run-pass=none %s -o - 2>&1 | FileCheck %s
3 # The @ before the run comment is syntactically invalid. This used to
4 # crash in the SourceMgr diagnostic printer because it was called
5 # before the LLVMContext was initialized.
7 # CHECK: error: YAML:1:1: Unrecognized character while tokenizing.
9 ---
10 name: foo
11 body: |
12   bb.0:
14 ...