[NFC][RemoveDIs] Prefer iterators over inst-pointers in InstCombine
[llvm-project.git] / llvm / test / CodeGen / PowerPC / 2009-01-16-DeclareISelBug.ll
blob446b9e959212e72840a44863b1e9be6f49659878
1 ; RUN: llc -verify-machineinstrs < %s -mtriple=powerpc-unknown-linux-gnu.5
2 ; rdar://6499616
4 @"\01LC" = internal constant [13 x i8] c"conftest.val\00"               ; <ptr> [#uses=1]
6 define i32 @main() nounwind {
7 entry:
8         %0 = call ptr @fopen(ptr @"\01LC", ptr null) nounwind           ; <ptr> [#uses=0]
9         unreachable
12 declare ptr @fopen(ptr, ptr)