repo.or.cz
/
llvm-complete.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[InstCombine] Signed saturation patterns
[llvm-complete.git]
/
test
/
CodeGen
/
MIR
/
Generic
/
expected-colon-after-basic-block.mir
blob
040ab7c44c4a81048fd9c31becb2caf119999ada
1
# RUN: not llc -run-pass none -o /dev/null %s 2>&1 | FileCheck %s
2
3
--- |
4
5
define i32 @foo() {
6
entry:
7
ret i32 0
8
}
9
10
...
11
---
12
name: foo
13
body: |
14
; CHECK: [[@LINE+1]]:13: expected ':'
15
bb.0.entry
16
...