summaryrefslogtreecommitdiffstats
path: root/llvm/test
diff options
context:
space:
mode:
authorQuentin Colombet <qcolombet@apple.com>2014-04-04 02:02:49 +0000
committerQuentin Colombet <qcolombet@apple.com>2014-04-04 02:02:49 +0000
commit9c816f39ada5002bf639aa120179ff2040c2a366 (patch)
tree4c6cf27e41d0aaa491a71098f899cebdeafc336d /llvm/test
parent7ee4e79dec04f813c77e6ceac02c9d0568b08399 (diff)
downloadbcm5719-llvm-9c816f39ada5002bf639aa120179ff2040c2a366.tar.gz
bcm5719-llvm-9c816f39ada5002bf639aa120179ff2040c2a366.zip
Revert r205599, the commit was not intended to have so many changes
llvm-svn: 205600
Diffstat (limited to 'llvm/test')
-rw-r--r--llvm/test/CodeGen/X86/ragreedy-last-chance-recoloring.ll8
1 files changed, 0 insertions, 8 deletions
diff --git a/llvm/test/CodeGen/X86/ragreedy-last-chance-recoloring.ll b/llvm/test/CodeGen/X86/ragreedy-last-chance-recoloring.ll
index 830a10d36f9..f3669fbdbdd 100644
--- a/llvm/test/CodeGen/X86/ragreedy-last-chance-recoloring.ll
+++ b/llvm/test/CodeGen/X86/ragreedy-last-chance-recoloring.ll
@@ -2,12 +2,6 @@
; Without the last chance recoloring, this test fails with:
; "ran out of registers".
-; RUN: not llc -regalloc=greedy -relocation-model=pic -lcr-max-depth=0 < %s 2>&1 | FileCheck %s --check-prefix=CHECK-DEPTH
-; Test whether failure due to cutoff for depth is reported
-
-; RUN: not llc -regalloc=greedy -relocation-model=pic -lcr-max-interf=1 < %s 2>&1 | FileCheck %s --check-prefix=CHECK-INTERF
-; Test whether failure due to cutoff for interference is reported
-
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-S128"
target triple = "i386-apple-macosx"
@@ -18,8 +12,6 @@ target triple = "i386-apple-macosx"
; Function Attrs: nounwind ssp
; CHECK-NOT: ran out of registers during register allocation
-; CHECK-INTERF: error: register allocation failed: maximum interference for recoloring reached
-; CHECK-DEPTH: error: register allocation failed: maximum depth for recoloring reached
define void @fp_dh_f870bf31fd8ffe068450366e3f05389a(i8* %arg) #0 {
bb:
indirectbr i8* undef, [label %bb85, label %bb206]
OpenPOWER on IntegriCloud