diff options
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/ppc64-func-desc-hoist.ll')
-rw-r--r-- | llvm/test/CodeGen/PowerPC/ppc64-func-desc-hoist.ll | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/PowerPC/ppc64-func-desc-hoist.ll b/llvm/test/CodeGen/PowerPC/ppc64-func-desc-hoist.ll index 9f995bb34ce..2e40664c8f9 100644 --- a/llvm/test/CodeGen/PowerPC/ppc64-func-desc-hoist.ll +++ b/llvm/test/CodeGen/PowerPC/ppc64-func-desc-hoist.ll @@ -15,7 +15,6 @@ entry: ; INVFUNCDESC-DAG: ld [[REG3:[0-9]+]], 0(3) ; INVFUNCDESC: %for.body -; INVFUNCDESC: std 2, 40(1) ; INVFUNCDESC-DAG: mtctr [[REG3]] ; INVFUNCDESC-DAG: mr 11, [[REG2]] ; INVFUNCDESC-DAG: mr 2, [[REG1]] @@ -24,7 +23,6 @@ entry: ; NONINVFUNCDESC-LABEL: @bar ; NONINVFUNCDESC: %for.body -; NONINVFUNCDESC: std 2, 40(1) ; NONINVFUNCDESC-DAG: ld 3, 0(30) ; NONINVFUNCDESC-DAG: ld 11, 16(30) ; NONINVFUNCDESC-DAG: ld 2, 8(30) |