diff options
| author | Chris Lattner <sabre@nondot.org> | 2011-06-17 03:14:27 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2011-06-17 03:14:27 +0000 |
| commit | b90ed2233c9fac46bac53de5833dd5e35db10acf (patch) | |
| tree | 2efdd5ccb4d397789a8fa4a9413882084472fa0b /llvm/test/Transforms/InstCombine/sub.ll | |
| parent | 033026ffc07ee0b7dd67c2b06259ce2be6051254 (diff) | |
| download | bcm5719-llvm-b90ed2233c9fac46bac53de5833dd5e35db10acf.tar.gz bcm5719-llvm-b90ed2233c9fac46bac53de5833dd5e35db10acf.zip | |
manually upgrade a bunch of tests to modern syntax, and remove some that
are either unreduced or only test old syntax.
llvm-svn: 133228
Diffstat (limited to 'llvm/test/Transforms/InstCombine/sub.ll')
| -rw-r--r-- | llvm/test/Transforms/InstCombine/sub.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/InstCombine/sub.ll b/llvm/test/Transforms/InstCombine/sub.ll index 9656a7e862a..37de3281358 100644 --- a/llvm/test/Transforms/InstCombine/sub.ll +++ b/llvm/test/Transforms/InstCombine/sub.ll @@ -203,7 +203,7 @@ define i1 @test21(i32 %g, i32 %h) { } ; PR2298 -define i1 @test22(i32 %a, i32 %b) zeroext nounwind { +define zeroext i1 @test22(i32 %a, i32 %b) nounwind { %tmp2 = sub i32 0, %a %tmp4 = sub i32 0, %b %tmp5 = icmp eq i32 %tmp2, %tmp4 |

