From 38d32da0f10a6c5a43dd8f134fb482e271b2c982 Mon Sep 17 00:00:00 2001 From: Michael Liao Date: Wed, 1 May 2013 05:45:57 +0000 Subject: [PATCH] Forget remove the tempfile argument git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@180838 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/X86/optimize-max-2.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CodeGen/X86/optimize-max-2.ll b/test/CodeGen/X86/optimize-max-2.ll index ce0843e4252..10ab831c1e3 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 -- 2.34.1