summaryrefslogtreecommitdiff
path: root/test/CodeGen/Thumb2/2009-09-28-ITBlockBug.ll
diff options
context:
space:
mode:
authorDavid Goodwin <david_goodwin@apple.com>2009-10-20 19:54:44 +0000
committerDavid Goodwin <david_goodwin@apple.com>2009-10-20 19:54:44 +0000
commit480c529e026942f28e1a792d2cec6d6b5bc0edba (patch)
treeb5b710094f99f251014b29ca9104eb1da4597f7e /test/CodeGen/Thumb2/2009-09-28-ITBlockBug.ll
parent03d02d4faa6cf8ae1337f64bc83dcbd9de570372 (diff)
downloadllvm-480c529e026942f28e1a792d2cec6d6b5bc0edba.tar.gz
llvm-480c529e026942f28e1a792d2cec6d6b5bc0edba.tar.bz2
llvm-480c529e026942f28e1a792d2cec6d6b5bc0edba.tar.xz
Checkpoint more aggressive anti-dependency breaking for post-ra scheduler.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@84658 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/Thumb2/2009-09-28-ITBlockBug.ll')
-rw-r--r--test/CodeGen/Thumb2/2009-09-28-ITBlockBug.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/Thumb2/2009-09-28-ITBlockBug.ll b/test/CodeGen/Thumb2/2009-09-28-ITBlockBug.ll
index e84e867024..6b2c071d23 100644
--- a/test/CodeGen/Thumb2/2009-09-28-ITBlockBug.ll
+++ b/test/CodeGen/Thumb2/2009-09-28-ITBlockBug.ll
@@ -1,4 +1,4 @@
-; RUN: llc < %s -mtriple=thumbv7-apple-darwin -mcpu=cortex-a8 | FileCheck %s
+; RUN: llc < %s -mtriple=thumbv7-apple-darwin -mcpu=cortex-a8 -break-anti-dependencies=none | FileCheck %s
%struct.pix_pos = type { i32, i32, i32, i32, i32, i32 }