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.
19 lines
385 B
19 lines
385 B
; RUN: llc -march=hexagon < %s | FileCheck %s
|
|
|
|
; Check for successful compilation
|
|
; CHECK: jumpr r31
|
|
|
|
target triple = "hexagon"
|
|
|
|
; Function Attrs: nounwind
|
|
define hidden fastcc void @f0() unnamed_addr #0 {
|
|
b0:
|
|
call void @llvm.va_copy(i8* nonnull undef, i8* nonnull undef)
|
|
ret void
|
|
}
|
|
|
|
; Function Attrs: nounwind
|
|
declare void @llvm.va_copy(i8*, i8*) #0
|
|
|
|
attributes #0 = { nounwind }
|