summaryrefslogtreecommitdiff
path: root/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
commita43b3f2693c7b50336370d87c54d05d48bca0869 (patch)
tree37bf1c365488ba500894b23da841d8520eaeb40d /test/Transforms/InstCombine/apint-div1.ll
parent3baaed94e2db064bdba584e3f732878a0320d6cb (diff)
downloadllvm-a43b3f2693c7b50336370d87c54d05d48bca0869.tar.gz
llvm-a43b3f2693c7b50336370d87c54d05d48bca0869.tar.bz2
llvm-a43b3f2693c7b50336370d87c54d05d48bca0869.tar.xz
bool -> i1 (found by llvm.exp)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36005 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Transforms/InstCombine/apint-div1.ll')
-rw-r--r--test/Transforms/InstCombine/apint-div1.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/InstCombine/apint-div1.ll b/test/Transforms/InstCombine/apint-div1.ll
index acac95c0eb..e9aa579b95 100644
--- a/test/Transforms/InstCombine/apint-div1.ll
+++ b/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