1; RUN: llc < %s -march=avr | FileCheck %s 2define void @call_more_than_64_bits() { 3; CHECK-LABEL: call_more_than_64_bits 4entry-block: 5 %foo = call { i64, i1 } @more_than_64_bits() 6 ret void 7} 8 9declare { i64, i1 } @more_than_64_bits() 10