repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[NFC][Py Reformat] Reformat python files in llvm
[llvm-project.git]
/
llvm
/
test
/
Assembler
/
mustprogress-parse-error-2.ll
blob
6448184a20c75128638b3628e57280bdd40af450
1
; RUN: not llvm-as < %s 2>&1 | FileCheck %s
2
3
; CHECK: [[@LINE+1]]:51: error: expected '{' in function body
4
define ptr @test_mustprogress(i8 %a) mustprogress 8 {
5
ret void
6
}
7