From: Evan Cheng Date: Tue, 30 May 2006 20:35:46 +0000 (+0000) Subject: Fix the test failure on non-Darwin targets. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=01ad240dc505437b6f740c3d17d95e733a9124d2;p=oota-llvm.git Fix the test failure on non-Darwin targets. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28566 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/X86/2006-04-27-ISelFoldingBug.ll b/test/CodeGen/X86/2006-04-27-ISelFoldingBug.ll index c7acd2c5454..66ad1b1f76e 100644 --- a/test/CodeGen/X86/2006-04-27-ISelFoldingBug.ll +++ b/test/CodeGen/X86/2006-04-27-ISelFoldingBug.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | llc -march=x86 -relocation-model=static | grep 'movl _last' | wc -l | grep 2 +; RUN: llvm-as < %s | llc -march=x86 -mtriple=i686-apple-darwin8.6.1 -relocation-model=static | grep 'movl _last' | wc -l | grep 2 %block = external global ubyte* ; [#uses=1] %last = external global int ; [#uses=3]