diff options
author | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2010-09-30 20:51:52 +0000 |
---|---|---|
committer | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2010-09-30 20:51:52 +0000 |
commit | 7eb589d3f9294dbfe4d5205045bd8119a9666532 (patch) | |
tree | d104abc0103d8709e1fd4fa545f06027ec8b8ff8 /test/CodeGen/Thumb | |
parent | f9764fa14fc6e168956bd53e696e8aa4e7b5d42e (diff) |
Try again to disable critical edge splitting in CodeGenPrepare.
The bug that broke i386 linux has been fixed in r115191.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@115204 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/Thumb')
-rw-r--r-- | test/CodeGen/Thumb/2010-07-15-debugOrdering.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/Thumb/2010-07-15-debugOrdering.ll b/test/CodeGen/Thumb/2010-07-15-debugOrdering.ll index 9a6321bb43..06c0dfec5b 100644 --- a/test/CodeGen/Thumb/2010-07-15-debugOrdering.ll +++ b/test/CodeGen/Thumb/2010-07-15-debugOrdering.ll @@ -10,7 +10,7 @@ define void @_Z19getClosestDiagonal3ii(%0* noalias sret, i32, i32) nounwind { ; CHECK: blx ___muldf3 ; CHECK: blx ___muldf3 -; CHECK: beq LBB0_8 +; CHECK: beq LBB0_7 ; CHECK: blx ___muldf3 ; <label>:3 switch i32 %1, label %4 [ |