1 ; RUN: llc -march=hexagon < %s | FileCheck %s
2 ; There should only be one packet:
11 define void @fred(ptr %p) nounwind {
13 %arrayidx = getelementptr inbounds i8, ptr %p, i32 -4
14 %t1 = load ptr, ptr %arrayidx, align 4
15 tail call void @free(ptr %t1)
19 ; Function Attrs: nounwind
20 declare void @free(ptr nocapture) nounwind