diff options
Diffstat (limited to 'test/CodeGen/X86')
-rw-r--r-- | test/CodeGen/X86/optimize-max-2.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/optimize-max-2.ll b/test/CodeGen/X86/optimize-max-2.ll index ce0843e425..10ab831c1e 100644 --- a/test/CodeGen/X86/optimize-max-2.ll +++ b/test/CodeGen/X86/optimize-max-2.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -march=x86-64 | grep cmov %t | count 2 +; RUN: llc < %s -march=x86-64 | grep cmov | count 2 ; RUN: llc < %s -march=x86-64 | FileCheck %s ; CHECK: jne |