diff options
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/ppc64-smallarg.ll')
-rw-r--r-- | llvm/test/CodeGen/PowerPC/ppc64-smallarg.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/PowerPC/ppc64-smallarg.ll b/llvm/test/CodeGen/PowerPC/ppc64-smallarg.ll index 710077d6edf..a71ea80b6f9 100644 --- a/llvm/test/CodeGen/PowerPC/ppc64-smallarg.ll +++ b/llvm/test/CodeGen/PowerPC/ppc64-smallarg.ll @@ -52,7 +52,7 @@ entry: ret void } ; CHECK: @caller2 -; CHECK: stfs {{[0-9]+}}, 156(1) +; CHECK: std {{[0-9]+}}, 16(1) ; CHECK: bl test2 declare float @test2(float, float, float, float, float, float, float, float, float, float, float, float, float, float) |