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