diff options
| author | Evan Cheng <evan.cheng@apple.com> | 2009-06-24 06:36:07 +0000 |
|---|---|---|
| committer | Evan Cheng <evan.cheng@apple.com> | 2009-06-24 06:36:07 +0000 |
| commit | d76d0aa68aaf0e9166b1d175833188c03f8ae25e (patch) | |
| tree | cf5165372d57842491b9fc154ff3f8eca0b525c9 /llvm/test/CodeGen/ARM/2007-02-02-JoinIntervalsCrash.ll | |
| parent | 9db5fbac05bf6ca6007bca84ff46f2da4f929a85 (diff) | |
| download | bcm5719-llvm-d76d0aa68aaf0e9166b1d175833188c03f8ae25e.tar.gz bcm5719-llvm-d76d0aa68aaf0e9166b1d175833188c03f8ae25e.zip | |
Move thumb and thumb2 tests into separate directories.
llvm-svn: 74068
Diffstat (limited to 'llvm/test/CodeGen/ARM/2007-02-02-JoinIntervalsCrash.ll')
| -rw-r--r-- | llvm/test/CodeGen/ARM/2007-02-02-JoinIntervalsCrash.ll | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/llvm/test/CodeGen/ARM/2007-02-02-JoinIntervalsCrash.ll b/llvm/test/CodeGen/ARM/2007-02-02-JoinIntervalsCrash.ll deleted file mode 100644 index ee52cf0f4e7..00000000000 --- a/llvm/test/CodeGen/ARM/2007-02-02-JoinIntervalsCrash.ll +++ /dev/null @@ -1,27 +0,0 @@ -; RUN: llvm-as < %s | llc -mtriple=thumb-apple-darwin - - %struct.color_sample = type { i32 } - %struct.ref = type { %struct.color_sample, i16, i16 } - -define void @zcvrs() { - br i1 false, label %bb22, label %UnifiedReturnBlock - -bb22: - br i1 false, label %bb64, label %UnifiedReturnBlock - -bb64: - %tmp67 = urem i32 0, 0 - %tmp69 = icmp slt i32 %tmp67, 10 - %iftmp.13.0 = select i1 %tmp69, i8 48, i8 55 - %tmp75 = add i8 %iftmp.13.0, 0 - store i8 %tmp75, i8* null - %tmp81 = udiv i32 0, 0 - %tmp83 = icmp eq i32 %tmp81, 0 - br i1 %tmp83, label %bb85, label %bb64 - -bb85: - ret void - -UnifiedReturnBlock: - ret void -} |

