Dan Gohman | fce288f | 2009-09-09 00:09:15 +0000 | [diff] [blame] | 1 | ; RUN: llc < %s -mtriple=powerpc64-apple-darwin |
Evan Cheng | 0d8d316 | 2007-09-12 23:02:04 +0000 | [diff] [blame] | 2 | |
| 3 | declare void @cxa_atexit_check_1(i8*) |
| 4 | |
| 5 | define i32 @check_cxa_atexit(i32 (void (i8*)*, i8*, i8*)* %cxa_atexit, void (i8*)* %cxa_finalize) { |
| 6 | entry: |
| 7 | %tmp7 = call i32 null( void (i8*)* @cxa_atexit_check_1, i8* null, i8* null ) ; <i32> [#uses=0] |
| 8 | br i1 false, label %cond_true, label %cond_next |
| 9 | |
| 10 | cond_true: ; preds = %entry |
| 11 | ret i32 0 |
| 12 | |
| 13 | cond_next: ; preds = %entry |
| 14 | ret i32 0 |
| 15 | } |