brintos

brintos / llvm-project-archived public Read only

0
0
Text · 327 B · 446b9e9 Raw
13 lines · plain
1; RUN: llc -verify-machineinstrs < %s -mtriple=powerpc-unknown-linux-gnu.52; rdar://64996163 4@"\01LC" = internal constant [13 x i8] c"conftest.val\00"		; <ptr> [#uses=1]5 6define i32 @main() nounwind {7entry:8	%0 = call ptr @fopen(ptr @"\01LC", ptr null) nounwind		; <ptr> [#uses=0]9	unreachable10}11 12declare ptr @fopen(ptr, ptr)13