diff options
author | Michael Liao <michael.liao@intel.com> | 2013-05-01 05:45:57 +0000 |
---|---|---|
committer | Michael Liao <michael.liao@intel.com> | 2013-05-01 05:45:57 +0000 |
commit | 38d32da0f10a6c5a43dd8f134fb482e271b2c982 (patch) | |
tree | 431a03bb5397e47d130902ca00daa0953e7b67df /test/CodeGen/X86 | |
parent | 9ed0a1b0653ef261961624817e534893545173f6 (diff) |
Forget remove the tempfile argument
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@180838 91177308-0d34-0410-b5e6-96231b3b80d8
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 |