commit | b4ee2aebb5eb16251ddf93e7c2b1598c13caa075 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Tue Oct 21 03:54:49 2008 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Tue Oct 21 03:54:49 2008 +0000 |
tree | 75302eb19d19e2f94a8964485f940d3e80c63127 | |
parent | 0b641e471835cd99324946d67232623e5a6d5122 [diff] [blame] |
fix run line llvm-svn: 57888
diff --git a/llvm/test/CodeGen/X86/isint.ll b/llvm/test/CodeGen/X86/isint.ll index 9915bfa..19e48c7 100644 --- a/llvm/test/CodeGen/X86/isint.ll +++ b/llvm/test/CodeGen/X86/isint.ll
@@ -1,4 +1,4 @@ -; llvm-as < %s | llc -march=x86 > %t +; RUN: llvm-as < %s | llc -march=x86 > %t ; not grep cmp %t ; not grep xor %t ; grep jne %t | count 1