[llvm-commits] [llvm] r89588 - /llvm/trunk/test/CodeGen/ARM/bic.ll
Edward O'Callaghan
eocallaghan at auroraux.org
Sun Nov 22 05:09:48 PST 2009
Author: evocallaghan
Date: Sun Nov 22 07:09:48 2009
New Revision: 89588
URL: http://llvm.org/viewvc/llvm-project?rev=89588&view=rev
Log:
Forgot to alter RUN line when converting to FileCheck.
Modified:
llvm/trunk/test/CodeGen/ARM/bic.ll
Modified: llvm/trunk/test/CodeGen/ARM/bic.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/ARM/bic.ll?rev=89588&r1=89587&r2=89588&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/ARM/bic.ll (original)
+++ llvm/trunk/test/CodeGen/ARM/bic.ll Sun Nov 22 07:09:48 2009
@@ -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
More information about the llvm-commits
mailing list