[llvm-commits] [llvm] r131444 - /llvm/trunk/test/CodeGen/X86/fast-isel-call.ll
Eli Friedman
eli.friedman at gmail.com
Mon May 16 17:39:14 PDT 2011
Author: efriedma
Date: Mon May 16 19:39:14 2011
New Revision: 131444
URL: http://llvm.org/viewvc/llvm-project?rev=131444&view=rev
Log:
Fix test.
Modified:
llvm/trunk/test/CodeGen/X86/fast-isel-call.ll
Modified: llvm/trunk/test/CodeGen/X86/fast-isel-call.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/fast-isel-call.ll?rev=131444&r1=131443&r2=131444&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/fast-isel-call.ll (original)
+++ llvm/trunk/test/CodeGen/X86/fast-isel-call.ll Mon May 16 19:39:14 2011
@@ -1,4 +1,4 @@
-; RUN: llc < %s -fast-isel -march=x86 | grep and
+; RUN: llc < %s -fast-isel -march=x86 | FileCheck %s
define i32 @t() nounwind {
tak:
@@ -8,6 +8,8 @@
ret i32 1
BB2:
ret i32 0
+; CHECK: calll
+; CHECK-NEXT: testb $1
}
declare i1 @foo() zeroext nounwind
More information about the llvm-commits
mailing list