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 977b3b701cc..79f88c16ccb 100644 --- a/llvm/test/CodeGen/PowerPC/MergeConsecutiveStores.ll +++ b/llvm/test/CodeGen/PowerPC/MergeConsecutiveStores.ll @@ -1,4 +1,4 @@ -; RUN: llc -march=ppc32 -mtriple=powerpc-unknown-linux-gnu -mattr=+altivec < %s | FileCheck %s +; RUN: llc -verify-machineinstrs -march=ppc32 -mtriple=powerpc-unknown-linux-gnu -mattr=+altivec < %s | FileCheck %s ;; This test ensures that MergeConsecutiveStores does not attempt to ;; merge stores or loads when doing so would result in unaligned |