diff options
| author | Dan Gohman <gohman@apple.com> | 2009-01-06 01:36:23 +0000 |
|---|---|---|
| committer | Dan Gohman <gohman@apple.com> | 2009-01-06 01:36:23 +0000 |
| commit | 53c282cce8ee780ebbe31e58deb1f23b08a9f57a (patch) | |
| tree | 66bce52b65a8ca362fc001d7c7800c336294d27a /llvm/test | |
| parent | e31bfdd7c7d975b95bc4ec543848d6909868d561 (diff) | |
| download | bcm5719-llvm-53c282cce8ee780ebbe31e58deb1f23b08a9f57a.tar.gz bcm5719-llvm-53c282cce8ee780ebbe31e58deb1f23b08a9f57a.zip | |
Delete this test; it's a duplicate of 2006-07-03-schedulers.ll.
llvm-svn: 61781
Diffstat (limited to 'llvm/test')
| -rw-r--r-- | llvm/test/CodeGen/Generic/sched.ll | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/llvm/test/CodeGen/Generic/sched.ll b/llvm/test/CodeGen/Generic/sched.ll deleted file mode 100644 index 2b6746c7a72..00000000000 --- a/llvm/test/CodeGen/Generic/sched.ll +++ /dev/null @@ -1,27 +0,0 @@ -; RUN: llvm-as < %s | llc - -declare i32 @printf(i8*, i32, float) - -define i32 @testissue(i32 %i, float %x, float %y) { - br label %bb1 - -bb1: ; preds = %bb1, %0 - %x1 = mul float %x, %y ; <float> [#uses=1] - %y1 = mul float %y, 7.500000e-01 ; <float> [#uses=1] - %z1 = add float %x1, %y1 ; <float> [#uses=1] - %x2 = mul float %x, 5.000000e-01 ; <float> [#uses=1] - %y2 = mul float %y, 0x3FECCCCCC0000000 ; <float> [#uses=1] - %z2 = add float %x2, %y2 ; <float> [#uses=1] - %z3 = add float %z1, %z2 ; <float> [#uses=1] - %i1 = shl i32 %i, 3 ; <i32> [#uses=1] - %j1 = add i32 %i, 7 ; <i32> [#uses=1] - %m1 = add i32 %i1, %j1 ; <i32> [#uses=2] - %b = icmp sle i32 %m1, 6 ; <i1> [#uses=1] - br i1 %b, label %bb1, label %bb2 - -bb2: ; preds = %bb1 - %Msg = inttoptr i64 0 to i8* ; <i8*> [#uses=1] - call i32 @printf( i8* %Msg, i32 %m1, float %z3 ) ; <i32>:1 [#uses=0] - ret i32 0 -} - |

