You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
; RUN: llvm-as < %s -o /dev/null
|
|
|
|
define i8* @f_0(i8 %val) {
|
|
%ptr = inttoptr i8 %val to i8*, !dereferenceable_or_null !{i64 2}
|
|
ret i8* %ptr
|
|
}
|