[llvm-commits] [llvm] r57888 - /llvm/trunk/test/CodeGen/X86/isint.ll
Chris Lattner
sabre at nondot.org
Mon Oct 20 20:54:49 PDT 2008
Author: lattner
Date: Mon Oct 20 22:54:49 2008
New Revision: 57888
URL: http://llvm.org/viewvc/llvm-project?rev=57888&view=rev
Log:
fix run line
Modified:
llvm/trunk/test/CodeGen/X86/isint.ll
Modified: llvm/trunk/test/CodeGen/X86/isint.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/isint.ll?rev=57888&r1=57887&r2=57888&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/isint.ll (original)
+++ llvm/trunk/test/CodeGen/X86/isint.ll Mon Oct 20 22:54:49 2008
@@ -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
More information about the llvm-commits
mailing list