1 ; RUN: llc -verify-machineinstrs < %s -mtriple=powerpc64-unknown-linux-gnu | FileCheck %s
3 declare void @cxa_atexit_check_1(i8*)
5 ; TODO: KB: ORiginal test case was just checking it compiles; is this worth keeping?
6 ; CHECK: check_cxa_atexit:
9 define i32 @check_cxa_atexit(i32 (void (i8*)*, i8*, i8*)* %cxa_atexit, void (i8*)* %cxa_finalize) {
11 %tmp7 = call i32 null( void (i8*)* @cxa_atexit_check_1, i8* null, i8* null ) ; <i32> [#uses=0]
12 br i1 false, label %cond_true, label %cond_next
14 cond_true: ; preds = %entry
17 cond_next: ; preds = %entry