blob: c8a228d50267e1bce43ea66b579afdd9550f90da [file] [log] [blame]
Manman Rened696c32013-07-24 22:23:00 +00001; RUN: llc -O0 %s -o /dev/null
Jyotsna Vermabc03a972013-04-04 21:05:46 +00002; XFAIL: hexagon
Devang Pateld3fe5fa2010-10-01 19:00:44 +00003; PR 8235
4
5define void @CGRectStandardize(i32* sret %agg.result, i32* byval %rect) nounwind ssp {
6entry:
Duncan P. N. Exon Smithe2741802015-03-03 17:24:31 +00007 call void @llvm.dbg.declare(metadata i32* %rect, metadata !23, metadata !MDExpression()), !dbg !24
Devang Pateld3fe5fa2010-10-01 19:00:44 +00008 ret void
9}
10
Adrian Prantl87b7eb92014-10-01 18:55:02 +000011declare void @llvm.dbg.declare(metadata, metadata, metadata) nounwind readnone
Devang Pateld3fe5fa2010-10-01 19:00:44 +000012
13declare void @llvm.memcpy.p0i8.p0i8.i32(i8* nocapture, i8* nocapture, i32, i32, i1) nounwind
14
15
Manman Ren921382e2013-07-27 01:26:08 +000016!llvm.dbg.cu = !{!2}
Manman Ren409558f2013-11-22 21:49:45 +000017!llvm.module.flags = !{!27}
Duncan P. N. Exon Smithe2741802015-03-03 17:24:31 +000018!0 = !MDSubprogram(name: "CGRectStandardize", linkageName: "CGRectStandardize", line: 54, isLocal: false, isDefinition: true, virtualIndex: 6, isOptimized: false, file: !1, scope: null, function: void (i32*, i32*)* @CGRectStandardize)
19!1 = !MDFile(filename: "GSFusedSilica.m", directory: "/Volumes/Data/Users/sabre/Desktop")
20!2 = !MDCompileUnit(language: DW_LANG_ObjC, producer: "clang version 2.9 (trunk 115292)", isOptimized: true, runtimeVersion: 1, emissionKind: 0, file: !25, enums: !26, retainedTypes: !26)
21!5 = !MDDerivedType(tag: DW_TAG_typedef, name: "CGRect", line: 49, file: !25, baseType: null)
22!23 = !MDLocalVariable(tag: DW_TAG_arg_variable, name: "rect", line: 53, arg: 0, scope: !0, file: !1, type: !5)
Duncan P. N. Exon Smith98854692015-01-14 22:27:36 +000023!24 = !MDLocation(line: 53, column: 33, scope: !0)
Duncan P. N. Exon Smithe2741802015-03-03 17:24:31 +000024!25 = !MDFile(filename: "GSFusedSilica.m", directory: "/Volumes/Data/Users/sabre/Desktop")
Duncan P. N. Exon Smithbe7ea192014-12-15 19:07:53 +000025!26 = !{i32 0}
Duncan P. N. Exon Smithe2741802015-03-03 17:24:31 +000026!27 = !{i32 1, !"Debug Info Version", i32 3}