From: Andrew Trick Date: Wed, 9 Mar 2011 19:17:10 +0000 (+0000) Subject: This test case should work with list-ilp or list-burr. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=5d332e0c3e217e946532dd06f3e3bc6a7fd2a457;p=oota-llvm.git This test case should work with list-ilp or list-burr. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@127348 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/X86/2010-05-03-CoalescerSubRegClobber.ll b/test/CodeGen/X86/2010-05-03-CoalescerSubRegClobber.ll index 79273a0d27b..323925c7ff6 100644 --- a/test/CodeGen/X86/2010-05-03-CoalescerSubRegClobber.ll +++ b/test/CodeGen/X86/2010-05-03-CoalescerSubRegClobber.ll @@ -1,4 +1,4 @@ -; RUN: llc -pre-RA-sched=list-burr < %s | FileCheck %s +; RUN: llc < %s | FileCheck %s ; PR6941 target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128-n8:16:32:64" target triple = "x86_64-apple-darwin10.0.0"