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