From: Stuart Hastings Date: Thu, 2 Jun 2011 18:44:05 +0000 (+0000) Subject: Jakob pointed out a dumb omission in this test case. Thanks Jakob! X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=1f344f052e7e7700f5bfe5ca3e4f84b284f47376;p=oota-llvm.git Jakob pointed out a dumb omission in this test case. Thanks Jakob! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@132472 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/X86/2011-06-01-fildll.ll b/test/CodeGen/X86/2011-06-01-fildll.ll index 35f8afaae0c..83c35f07c0e 100644 --- a/test/CodeGen/X86/2011-06-01-fildll.ll +++ b/test/CodeGen/X86/2011-06-01-fildll.ll @@ -1,4 +1,4 @@ -; RUN: llc %s -march=x86 +; RUN: llc %s -march=x86 | FileCheck %s ; ModuleID = '' target datalayout = "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64-f32:32:32-f64:32:64-v64:64:64-v128:128:128-a0:0:64-f80:128:128-n8:16:32" target triple = "i386-apple-macosx10.6.6"