[llvm] r180838 - Forget remove the tempfile argument
Michael Liao
michael.liao at intel.com
Tue Apr 30 22:45:57 PDT 2013
Author: hliao
Date: Wed May 1 00:45:57 2013
New Revision: 180838
URL: http://llvm.org/viewvc/llvm-project?rev=180838&view=rev
Log:
Forget remove the tempfile argument
Modified:
llvm/trunk/test/CodeGen/X86/optimize-max-2.ll
Modified: llvm/trunk/test/CodeGen/X86/optimize-max-2.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/optimize-max-2.ll?rev=180838&r1=180837&r2=180838&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/optimize-max-2.ll (original)
+++ llvm/trunk/test/CodeGen/X86/optimize-max-2.ll Wed May 1 00:45:57 2013
@@ -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
More information about the llvm-commits
mailing list