mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-15 16:09:57 +00:00
Fix a typo in the test from the previous commit.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138342 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
82265a2c72
commit
46634f5f92
@ -130,10 +130,10 @@ define i64 @All11(i64 %in) {
|
||||
}
|
||||
|
||||
|
||||
define i64 @All111(i32 %in) {
|
||||
%out = and i32 %in, xor (i64 bitcast (<1 x float> bitcast (i32 -1 to <1 x float>) to i32), i32 -1)
|
||||
define i32 @All111(i32 %in) {
|
||||
%out = and i32 %in, xor (i32 bitcast (<1 x float> bitcast (i32 -1 to <1 x float>) to i32), i32 -1)
|
||||
ret i32 %out
|
||||
; CHECK: @All11
|
||||
; CHECK: @All111
|
||||
; CHECK: ret i32 0
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user