repo.or.cz
/
llvm
/
msp430.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add extra parenthesis around || statements to pacify compiler.
[llvm/msp430.git]
/
test
/
Feature
/
embeddedmetadata.ll
blob
c1433981de2f09521829a1053fdaae00f0b42c62
1
; RUN: llvm-as < %s | llvm-dis | not grep undef
2
3
declare i8 @llvm.something({ } %a)
4
5
@llvm.foo = internal constant { } !{i17 123, null, { } !"foobar"}
6
7
define void @foo() {
8
%x = call i8 @llvm.something({ } !{{ } !"f\00oa", i42 123})
9
ret void
10
}
11