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
IR: de-duplicate two CmpInst routines (NFC) (#116866)
[llvm-project.git]
/
llvm
/
test
/
Assembler
/
invalid-target-type-mixed.ll
blob
63adc22fc35812bda21ced8d1945a505b645fe5d
1
; RUN: not llvm-as < %s -disable-output 2>&1 | FileCheck %s
2
3
; CHECK: expected uint32 param
4
define void @f(target("type", i32, 0, void) %a) {
5
ret void
6
}