[NFC][RemoveDIs] Prefer iterators over inst-pointers in InstCombine
[llvm-project.git] / llvm / test / Object / Inputs / small.ll
blobef68a8c324a32fa485b8e02b0fa294843d5a3bef
1 target triple = "i386-pc-windows"
3 @.str = private unnamed_addr constant [13 x i8] c"Hello World\0A\00", align 1
5 define i32 @main() nounwind {
6 entry:
7   %call = tail call i32 @puts(i8* getelementptr inbounds ([13 x i8], [13 x i8]* @.str, i32 0, i32 0)) nounwind
8   tail call void bitcast (void (...)* @SomeOtherFunction to void ()*)() nounwind
9   ret i32 0
12 declare i32 @puts(i8* nocapture) nounwind
14 declare void @SomeOtherFunction(...)
16 @var = global i32 0
17 @llvm.used = appending global [1 x i8*] [i8* bitcast (i32* @var to i8*)], section "llvm.metadata"
18 @llvm.global_ctors = appending global [1 x { i32, void ()*, i8* }] [{ i32, void ()*, i8* } { i32 65535, void ()* null, i8* null }]