bolt/deps/llvm-18.1.8/llvm/test/CodeGen/PowerPC/2009-01-16-DeclareISelBug.ll
2025-02-14 19:21:04 +01:00

12 lines
327 B
LLVM

; RUN: llc -verify-machineinstrs < %s -mtriple=powerpc-unknown-linux-gnu.5
; rdar://6499616
@"\01LC" = internal constant [13 x i8] c"conftest.val\00" ; <ptr> [#uses=1]
define i32 @main() nounwind {
entry:
%0 = call ptr @fopen(ptr @"\01LC", ptr null) nounwind ; <ptr> [#uses=0]
unreachable
}
declare ptr @fopen(ptr, ptr)