diff options
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/vector-merge-store-fp-constants.ll')
-rw-r--r-- | llvm/test/CodeGen/PowerPC/vector-merge-store-fp-constants.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/PowerPC/vector-merge-store-fp-constants.ll b/llvm/test/CodeGen/PowerPC/vector-merge-store-fp-constants.ll index db92f20c352..004df6c4f3a 100644 --- a/llvm/test/CodeGen/PowerPC/vector-merge-store-fp-constants.ll +++ b/llvm/test/CodeGen/PowerPC/vector-merge-store-fp-constants.ll @@ -1,4 +1,4 @@ -; RUN: llc -march=ppc64 -mtriple=ppc64-apple-darwin < %s | FileCheck %s +; RUN: llc -verify-machineinstrs -march=ppc64 -mtriple=ppc64-apple-darwin < %s | FileCheck %s ; CHECK-LABEL: {{^}}_merge_8_float_zero_stores: ; CHECK: li [[ZEROREG:r[0-9]+]], 0 |