diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/widen_select-1.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/widen_select-1.ll | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/widen_select-1.ll b/llvm/test/CodeGen/X86/widen_select-1.ll index aca0b67cb66..4154433fa70 100644 --- a/llvm/test/CodeGen/X86/widen_select-1.ll +++ b/llvm/test/CodeGen/X86/widen_select-1.ll @@ -1,4 +1,5 @@ -; RUN: llc < %s -march=x86 -mattr=+sse42 -disable-mmx -o %t +; RUN: llc < %s -march=x86 -mattr=+sse42 -disable-mmx | FileCheck %s +; CHECK: jne ; widening select v6i32 and then a sub |