diff options
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/ppc64-byval-align.ll')
-rw-r--r-- | llvm/test/CodeGen/PowerPC/ppc64-byval-align.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/PowerPC/ppc64-byval-align.ll b/llvm/test/CodeGen/PowerPC/ppc64-byval-align.ll index f91da59a3ac..db0cd86995a 100644 --- a/llvm/test/CodeGen/PowerPC/ppc64-byval-align.ll +++ b/llvm/test/CodeGen/PowerPC/ppc64-byval-align.ll @@ -34,7 +34,7 @@ entry: ret i64 %0 } ; CHECK-LABEL: @callee2 -; CHECK: ld 3, 128(1) +; CHECK: ld {{[0-9]+}}, 128(1) ; CHECK: blr declare i64 @test2(%struct.pad* byval, i32 signext, %struct.test* byval align 16) |