Sign in
llvm
/
llvm-project
/
33f8c1168f39c49091d644146ef49d9567cfa984
/
.
/
llvm
/
test
/
CodeGen
/
MIR
/
Generic
/
machine-basic-block-redefinition-error.mir
blob: 538c3f456b0b494e13aaea4f222869709bd72332 [
file
] [
log
] [
blame
]
# RUN: not llc -run-pass none -o /dev/null %s 2>&1 | FileCheck %s
---
|
define i32
@foo
()
{
entry
:
ret i32
0
}
...
---
name
:
foo
body
:
|
;
CHECK
:
[[
@LINE
+
3
]]:
3
:
redefinition of machine basic block
with
id
#0
bb
.
0
:
bb
.
0
:
...