diff options
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/vec_conv.ll')
-rw-r--r-- | llvm/test/CodeGen/PowerPC/vec_conv.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/PowerPC/vec_conv.ll b/llvm/test/CodeGen/PowerPC/vec_conv.ll index 6e19f5a010d..afddfd262a7 100644 --- a/llvm/test/CodeGen/PowerPC/vec_conv.ll +++ b/llvm/test/CodeGen/PowerPC/vec_conv.ll @@ -1,4 +1,4 @@ -; RUN: llc -mattr=+altivec < %s | FileCheck %s +; RUN: llc -verify-machineinstrs -mattr=+altivec < %s | FileCheck %s ; Check vector float/int conversion using altivec. |