mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-29 14:42:01 +00:00
Correct an accidental duplication of the test (patch doesn't handle
creating new files very well). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73599 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a999a511f7
commit
af79ae558f
@ -7,12 +7,3 @@ entry:
|
||||
%and = and i32 %rem, 2
|
||||
ret i32 %and
|
||||
}
|
||||
; RUN: llvm-as < %s | opt -instcombine | llvm-dis | grep srem
|
||||
; PR3439
|
||||
|
||||
define i32 @a(i32 %x) nounwind {
|
||||
entry:
|
||||
%rem = srem i32 %x, 2
|
||||
%and = and i32 %rem, 2
|
||||
ret i32 %and
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user