llvm/test/CodeGen/AArch64/tailcall_misched_graph.ll: s/REQUIRE/REQUIRES/
[oota-llvm.git] / test / CodeGen / PowerPC / 2007-09-12-LiveIntervalsAssert.ll
1 ; RUN: llc < %s -mtriple=powerpc64-apple-darwin
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 }