commit | fb035b45cbad41ccbc6190fdcc6b888528075bc5 | [log] [tgz] |
---|---|---|
author | Dan Gohman <gohman@apple.com> | Wed Oct 21 01:44:44 2009 +0000 |
committer | Dan Gohman <gohman@apple.com> | Wed Oct 21 01:44:44 2009 +0000 |
tree | 022ad07cadc66ae290b0bf641783724b7b32847f | |
parent | 30a61c148accb447031985fc98a1213c3bbbc027 [diff] [blame] |
Revert r84658 and r84691. They were causing llvm-gcc bootstrap to fail. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@84727 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/CodeGen/Thumb2/2009-09-28-ITBlockBug.ll b/test/CodeGen/Thumb2/2009-09-28-ITBlockBug.ll index 6b2c071..e84e867 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 -break-anti-dependencies=none | FileCheck %s +; RUN: llc < %s -mtriple=thumbv7-apple-darwin -mcpu=cortex-a8 | FileCheck %s %struct.pix_pos = type { i32, i32, i32, i32, i32, i32 }