From: Reid Spencer Date: Tue, 22 Aug 2006 05:40:51 +0000 (+0000) Subject: Use the correct syntax. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=20486a5fc79197486f5a3ef1b74c897dc66961b7;p=oota-llvm.git Use the correct syntax. Note to self: test before committing things! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29810 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/ARM/select.ll b/test/CodeGen/ARM/select.ll index beef6244f9d..98e69579c46 100644 --- a/test/CodeGen/ARM/select.ll +++ b/test/CodeGen/ARM/select.ll @@ -1,5 +1,5 @@ -; RUN llvm-as %s -o /dev/null -f -; XFAIL: ALL +; RUN: llvm-as %s -o /dev/null -f +; XFAIL: * int %f(int %a) { entry: %tmp = seteq int %a, 4 ; [#uses=1]