diff options
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/MergeConsecutiveStores.ll')
-rw-r--r-- | llvm/test/CodeGen/PowerPC/MergeConsecutiveStores.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/PowerPC/MergeConsecutiveStores.ll b/llvm/test/CodeGen/PowerPC/MergeConsecutiveStores.ll index 712eb971ca8..c4f3427b21c 100644 --- a/llvm/test/CodeGen/PowerPC/MergeConsecutiveStores.ll +++ b/llvm/test/CodeGen/PowerPC/MergeConsecutiveStores.ll @@ -24,10 +24,10 @@ ;; CHECK-LABEL: f: ;; CHECK: lwzu +;; CHECK: stwu ;; CHECK-NEXT: lwz ;; CHECK-NEXT: lwz ;; CHECK-NEXT: lwz -;; CHECK-NEXT: stwu ;; CHECK-NEXT: stw ;; CHECK-NEXT: stw ;; CHECK-NEXT: stw |