diff options
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/vec_select.ll')
-rw-r--r-- | llvm/test/CodeGen/PowerPC/vec_select.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/PowerPC/vec_select.ll b/llvm/test/CodeGen/PowerPC/vec_select.ll index 4ad0acca006..cb2a12eab7d 100644 --- a/llvm/test/CodeGen/PowerPC/vec_select.ll +++ b/llvm/test/CodeGen/PowerPC/vec_select.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -mtriple=powerpc64-linux-gnu -mattr=+altivec | FileCheck %s +; RUN: llc -verify-machineinstrs < %s -mtriple=powerpc64-linux-gnu -mattr=+altivec | FileCheck %s ; CHECK: vsel_float define <4 x float> @vsel_float(<4 x float> %v1, <4 x float> %v2) { |