diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/2004-03-30-Select-Max.ll')
| -rw-r--r-- | llvm/test/CodeGen/X86/2004-03-30-Select-Max.ll | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/2004-03-30-Select-Max.ll b/llvm/test/CodeGen/X86/2004-03-30-Select-Max.ll index 526b0b206a5..e22aa6a0939 100644 --- a/llvm/test/CodeGen/X86/2004-03-30-Select-Max.ll +++ b/llvm/test/CodeGen/X86/2004-03-30-Select-Max.ll @@ -1,4 +1,5 @@ -; RUN: llc < %s -march=x86 -mcpu=yonah | not grep "j[lgbe]" +; RUN: llc < %s -march=x86 -mcpu=yonah | FileCheck %s +; CHECK-NOT: {{j[lgbe]}} define i32 @max(i32 %A, i32 %B) nounwind { %gt = icmp sgt i32 %A, %B ; <i1> [#uses=1] |

