From: Edward O'Callaghan Date: Sun, 22 Nov 2009 13:09:48 +0000 (+0000) Subject: Forgot to alter RUN line when converting to FileCheck. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=de9b6b1cd5d2aa9215b909181f110a5269fa030d;p=oota-llvm.git Forgot to alter RUN line when converting to FileCheck. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@89588 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/ARM/bic.ll b/test/CodeGen/ARM/bic.ll index 5c6044dad7d..1dfd6278287 100644 --- a/test/CodeGen/ARM/bic.ll +++ b/test/CodeGen/ARM/bic.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -march=arm | grep {bic\\W*r\[0-9\]*,\\W*r\[0-9\]*,\\W*r\[0-9\]*} | count 2 +; RUN: llc < %s -march=arm | FileCheck %s define i32 @f1(i32 %a, i32 %b) { %tmp = xor i32 %b, 4294967295