diff options
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/vec_urem_const.ll')
-rw-r--r-- | llvm/test/CodeGen/PowerPC/vec_urem_const.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/PowerPC/vec_urem_const.ll b/llvm/test/CodeGen/PowerPC/vec_urem_const.ll index 814a826aae8..2e60abc4c1e 100644 --- a/llvm/test/CodeGen/PowerPC/vec_urem_const.ll +++ b/llvm/test/CodeGen/PowerPC/vec_urem_const.ll @@ -1,4 +1,4 @@ -; RUN: llc -mcpu=pwr6 -mattr=+altivec < %s +; RUN: llc -verify-machineinstrs -mcpu=pwr6 -mattr=+altivec < %s target datalayout = "e-m:e-i64:64-n32:64" target triple = "powerpc64le-unknown-linux-gnu" |