summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/InstCombine/apint-div1.ll
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2007-04-14 18:30:06 +0000
committerReid Spencer <rspencer@reidspencer.com>2007-04-14 18:30:06 +0000
commit7e4bde71c5ccf0226dad12fac0dbb17492932bb9 (patch)
tree48e40289eb66caf54fbcfb177830d2b9187cc8b0 /llvm/test/Transforms/InstCombine/apint-div1.ll
parent26f762270fa5dcd4d4cbe0068da8fb8a7aeeaad8 (diff)
downloadbcm5719-llvm-7e4bde71c5ccf0226dad12fac0dbb17492932bb9.tar.gz
bcm5719-llvm-7e4bde71c5ccf0226dad12fac0dbb17492932bb9.zip
bool -> i1 (found by llvm.exp)
llvm-svn: 36005
Diffstat (limited to 'llvm/test/Transforms/InstCombine/apint-div1.ll')
-rw-r--r--llvm/test/Transforms/InstCombine/apint-div1.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/InstCombine/apint-div1.ll b/llvm/test/Transforms/InstCombine/apint-div1.ll
index acac95c0eb8..e9aa579b958 100644
--- a/llvm/test/Transforms/InstCombine/apint-div1.ll
+++ b/llvm/test/Transforms/InstCombine/apint-div1.ll
@@ -15,7 +15,7 @@ define i49 @test2(i49 %X) {
ret i49 %Y
}
-define i59 @test3(i59 %X, bool %C) {
+define i59 @test3(i59 %X, i1 %C) {
%V = select i1 %C, i59 1024, i59 4096
%R = udiv i59 %X, %V
ret i59 %R
OpenPOWER on IntegriCloud