summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/InstCombine/sub.ll
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2011-06-17 03:14:27 +0000
committerChris Lattner <sabre@nondot.org>2011-06-17 03:14:27 +0000
commitb90ed2233c9fac46bac53de5833dd5e35db10acf (patch)
tree2efdd5ccb4d397789a8fa4a9413882084472fa0b /llvm/test/Transforms/InstCombine/sub.ll
parent033026ffc07ee0b7dd67c2b06259ce2be6051254 (diff)
downloadbcm5719-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.ll2
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
OpenPOWER on IntegriCloud