diff options
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/2008-02-09-LocalRegAllocAssert.ll')
-rw-r--r-- | llvm/test/CodeGen/PowerPC/2008-02-09-LocalRegAllocAssert.ll | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/PowerPC/2008-02-09-LocalRegAllocAssert.ll b/llvm/test/CodeGen/PowerPC/2008-02-09-LocalRegAllocAssert.ll index 22eefdfcce7..c4f2580cc79 100644 --- a/llvm/test/CodeGen/PowerPC/2008-02-09-LocalRegAllocAssert.ll +++ b/llvm/test/CodeGen/PowerPC/2008-02-09-LocalRegAllocAssert.ll @@ -1,5 +1,7 @@ -; RUN: llc -verify-machineinstrs < %s -mtriple=powerpc-apple-darwin -regalloc=fast -optimize-regalloc=0 +; RUN: llc -verify-machineinstrs < %s -mtriple=powerpc-unknown-linux-gnu -regalloc=fast -optimize-regalloc=0 | FileCheck %s +; CHECK: @bork +; CHECK: blr define i32 @bork(i64 %foo, i64 %bar) { entry: %tmp = load i64, i64* null, align 8 ; <i64> [#uses=2] |