Constant* in preperation of a future change to support holding non-Constants in an MDNode. llvm-svn: 71407
12 lines
249 B
LLVM
12 lines
249 B
LLVM
; RUN: llvm-as < %s | llvm-dis | not grep undef
|
|
|
|
declare i8 @llvm.something({ } %a)
|
|
|
|
@llvm.foo = internal constant { } !{i17 123, null, { } !"foobar"}
|
|
|
|
define void @foo() {
|
|
%x = call i8 @llvm.something({ } !{{ } !"f\00oa", i42 123})
|
|
ret void
|
|
}
|
|
|