diff options
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/2007-09-12-LiveIntervalsAssert.ll')
-rw-r--r-- | llvm/test/CodeGen/PowerPC/2007-09-12-LiveIntervalsAssert.ll | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/PowerPC/2007-09-12-LiveIntervalsAssert.ll b/llvm/test/CodeGen/PowerPC/2007-09-12-LiveIntervalsAssert.ll index e19a3916440..ee912e37b3b 100644 --- a/llvm/test/CodeGen/PowerPC/2007-09-12-LiveIntervalsAssert.ll +++ b/llvm/test/CodeGen/PowerPC/2007-09-12-LiveIntervalsAssert.ll @@ -1,7 +1,11 @@ -; RUN: llc -verify-machineinstrs < %s -mtriple=powerpc64-apple-darwin +; RUN: llc -verify-machineinstrs < %s -mtriple=powerpc64-unknown-linux-gnu | FileCheck %s declare void @cxa_atexit_check_1(i8*) +; TODO: KB: ORiginal test case was just checking it compiles; is this worth keeping? +; CHECK: check_cxa_atexit: +; CHECK: blr + define i32 @check_cxa_atexit(i32 (void (i8*)*, i8*, i8*)* %cxa_atexit, void (i8*)* %cxa_finalize) { entry: %tmp7 = call i32 null( void (i8*)* @cxa_atexit_check_1, i8* null, i8* null ) ; <i32> [#uses=0] |