From bff6b581e20060dcf1f9823562a6eb6f1ec162fc Mon Sep 17 00:00:00 2001 From: David Majnemer Date: Thu, 28 Jan 2016 18:59:04 +0000 Subject: Address buildbot fallout from r259065 llvm-svn: 259074 --- llvm/test/CodeGen/PowerPC/ppcf128-endian.ll | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'llvm/test/CodeGen/PowerPC') diff --git a/llvm/test/CodeGen/PowerPC/ppcf128-endian.ll b/llvm/test/CodeGen/PowerPC/ppcf128-endian.ll index ee314c1db58..49dea37a2da 100644 --- a/llvm/test/CodeGen/PowerPC/ppcf128-endian.ll +++ b/llvm/test/CodeGen/PowerPC/ppcf128-endian.ll @@ -104,9 +104,10 @@ entry: %0 = bitcast i128 %x to ppc_fp128 ret ppc_fp128 %0 } -; CHECK: @convert_to +; CHECK: convert_to: ; CHECK: std 3, [[OFF1:.*]](1) ; CHECK: std 4, [[OFF2:.*]](1) +; CHECK: ori 2, 2, 0 ; CHECK: lfd 1, [[OFF1]](1) ; CHECK: lfd 2, [[OFF2]](1) ; CHECK: blr @@ -118,9 +119,10 @@ entry: ret ppc_fp128 %0 } -; CHECK: @convert_to +; CHECK: convert_to2: ; CHECK: std 3, [[OFF1:.*]](1) -; CHECK: std 4, [[OFF2:.*]](1) +; CHECK: std 5, [[OFF2:.*]](1) +; CHECK: ori 2, 2, 0 ; CHECK: lfd 1, [[OFF1]](1) ; CHECK: lfd 2, [[OFF2]](1) ; CHECK: blr -- cgit v1.2.3